|
Geant4
10.00.p01
|
Public Member Functions | |
| G4SmoothTrajectoryPoint () | |
| G4SmoothTrajectoryPoint (G4ThreeVector pos, std::vector< G4ThreeVector > *auxiliaryPoints) | |
| G4SmoothTrajectoryPoint (G4ThreeVector pos) | |
| G4SmoothTrajectoryPoint (const G4SmoothTrajectoryPoint &right) | |
| virtual | ~G4SmoothTrajectoryPoint () |
| void * | operator new (size_t) |
| void | operator delete (void *aTrajectoryPoint) |
| int | operator== (const G4SmoothTrajectoryPoint &right) const |
| const G4ThreeVector | GetPosition () const |
| const std::vector < G4ThreeVector > * | GetAuxiliaryPoints () const |
| virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
| virtual std::vector< G4AttValue > * | CreateAttValues () const |
Public Member Functions inherited from G4VTrajectoryPoint | |
| G4VTrajectoryPoint () | |
| virtual | ~G4VTrajectoryPoint () |
| G4bool | operator== (const G4VTrajectoryPoint &right) const |
Private Member Functions | |
| G4SmoothTrajectoryPoint & | operator= (const G4SmoothTrajectoryPoint &) |
Private Attributes | |
| G4ThreeVector | fPosition |
| std::vector< G4ThreeVector > * | fAuxiliaryPointVector |
| G4SmoothTrajectoryPoint | ( | G4ThreeVector | pos, |
| std::vector< G4ThreeVector > * | auxiliaryPoints | ||
| ) |
| G4SmoothTrajectoryPoint | ( | const G4SmoothTrajectoryPoint & | right | ) |
|
virtual |
|
private |
| void * operator new | ( | size_t | ) |
References aSmoothTrajectoryPointAllocator.
References aSmoothTrajectoryPointAllocator.
| int operator== | ( | const G4SmoothTrajectoryPoint & | right | ) | const |
|
virtual |
Implements G4VTrajectoryPoint.
References fPosition.
|
virtual |
Reimplemented from G4VTrajectoryPoint.
References fAuxiliaryPointVector.
Reimplemented from G4VTrajectoryPoint.
|
virtual |
Reimplemented from G4VTrajectoryPoint.
|
private |
Referenced by GetPosition().
|
private |
Referenced by GetAuxiliaryPoints().