Geant4
10.03.p03
|
#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) |
Definition at line 176 of file G4VViewer.hh.
G4VViewer::G4Spline::G4Spline | ( | ) |
Definition at line 393 of file G4VViewer.cc.
G4VViewer::G4Spline::~G4Spline | ( | ) |
Definition at line 399 of file G4VViewer.cc.
void G4VViewer::G4Spline::AddSplinePoint | ( | const G4Vector3D & | v | ) |
G4Vector3D G4VViewer::G4Spline::CatmullRom_Eq | ( | float | t, |
const G4Vector3D & | p1, | ||
const G4Vector3D & | p2, | ||
const G4Vector3D & | p3, | ||
const G4Vector3D & | p4 | ||
) |
Definition at line 403 of file G4VViewer.cc.
G4Vector3D G4VViewer::G4Spline::GetInterpolatedSplinePoint | ( | float | t | ) |
Definition at line 433 of file G4VViewer.cc.
int G4VViewer::G4Spline::GetNumPoints | ( | ) |
Definition at line 428 of file G4VViewer.cc.
G4Vector3D G4VViewer::G4Spline::GetPoint | ( | int | a | ) |
Definition at line 423 of file G4VViewer.cc.