ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/management/include/G4VViewer.hh>
Public Member Functions | |
G4Spline () | |
~G4Spline () | |
void | AddSplinePoint (const G4Vector3D &v) |
G4Vector3D | GetInterpolatedSplinePoint (float t) |
int | GetNumPoints () |
G4Vector3D | GetPoint (int) |
G4Vector3D | CatmullRom_Eq (float t, const G4Vector3D &p1, const G4Vector3D &p2, const G4Vector3D &p3, const G4Vector3D &p4) |
Private Attributes | |
std::vector< G4Vector3D > | vp |
float | delta_t |
Definition at line 190 of file G4VViewer.hh.
View newest version in sPHENIX GitHub at line 190 of file G4VViewer.hh
G4VViewer::G4Spline::G4Spline | ( | ) |
Definition at line 392 of file G4VViewer.cc.
View newest version in sPHENIX GitHub at line 392 of file G4VViewer.cc
G4VViewer::G4Spline::~G4Spline | ( | ) |
Definition at line 398 of file G4VViewer.cc.
View newest version in sPHENIX GitHub at line 398 of file G4VViewer.cc
void G4VViewer::G4Spline::AddSplinePoint | ( | const G4Vector3D & | v | ) |
Definition at line 415 of file G4VViewer.cc.
View newest version in sPHENIX GitHub at line 415 of file G4VViewer.cc
Referenced by G4VViewer::ComputeFlyThrough().
G4Vector3D G4VViewer::G4Spline::CatmullRom_Eq | ( | float | t, |
const G4Vector3D & | p1, | ||
const G4Vector3D & | p2, | ||
const G4Vector3D & | p3, | ||
const G4Vector3D & | p4 | ||
) |
Definition at line 402 of file G4VViewer.cc.
View newest version in sPHENIX GitHub at line 402 of file G4VViewer.cc
G4Vector3D G4VViewer::G4Spline::GetInterpolatedSplinePoint | ( | float | t | ) |
Definition at line 432 of file G4VViewer.cc.
View newest version in sPHENIX GitHub at line 432 of file G4VViewer.cc
Referenced by G4VViewer::ComputeFlyThrough().
int G4VViewer::G4Spline::GetNumPoints | ( | ) |
Definition at line 427 of file G4VViewer.cc.
View newest version in sPHENIX GitHub at line 427 of file G4VViewer.cc
G4Vector3D G4VViewer::G4Spline::GetPoint | ( | int | a | ) |
Definition at line 422 of file G4VViewer.cc.
View newest version in sPHENIX GitHub at line 422 of file G4VViewer.cc
References a.
|
private |
Definition at line 210 of file G4VViewer.hh.
View newest version in sPHENIX GitHub at line 210 of file G4VViewer.hh
|
private |
Definition at line 209 of file G4VViewer.hh.
View newest version in sPHENIX GitHub at line 209 of file G4VViewer.hh