|
Geant4-11
|
#include <G4VViewer.hh>
Public Member Functions | |
| void | AddSplinePoint (const G4Vector3D &v) |
| G4Vector3D | CatmullRom_Eq (float t, const G4Vector3D &p1, const G4Vector3D &p2, const G4Vector3D &p3, const G4Vector3D &p4) |
| G4Spline () | |
| G4Vector3D | GetInterpolatedSplinePoint (float t) |
| int | GetNumPoints () |
| G4Vector3D | GetPoint (int) |
| ~G4Spline () | |
Private Attributes | |
| float | delta_t |
| std::vector< G4Vector3D > | vp |
Definition at line 190 of file G4VViewer.hh.
| G4VViewer::G4Spline::G4Spline | ( | ) |
Definition at line 402 of file G4VViewer.cc.
| G4VViewer::G4Spline::~G4Spline | ( | ) |
Definition at line 408 of file G4VViewer.cc.
| void G4VViewer::G4Spline::AddSplinePoint | ( | const G4Vector3D & | v | ) |
Definition at line 425 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 412 of file G4VViewer.cc.
| G4Vector3D G4VViewer::G4Spline::GetInterpolatedSplinePoint | ( | float | t | ) |
Definition at line 442 of file G4VViewer.cc.
References BOUNDS.
Referenced by G4VViewer::ComputeFlyThrough().
| int G4VViewer::G4Spline::GetNumPoints | ( | ) |
Definition at line 437 of file G4VViewer.cc.
| G4Vector3D G4VViewer::G4Spline::GetPoint | ( | int | a | ) |
Definition at line 432 of file G4VViewer.cc.
|
private |
Definition at line 210 of file G4VViewer.hh.
|
private |
Definition at line 209 of file G4VViewer.hh.