Geant4-11
|
#include <G4SmoothTrajectoryPoint.hh>
Public Member Functions | |
virtual std::vector< G4AttValue > * | CreateAttValues () const |
G4SmoothTrajectoryPoint () | |
G4SmoothTrajectoryPoint (const G4SmoothTrajectoryPoint &right) | |
G4SmoothTrajectoryPoint (G4ThreeVector pos) | |
G4SmoothTrajectoryPoint (G4ThreeVector pos, std::vector< G4ThreeVector > *auxiliaryPoints) | |
virtual const std::map< G4String, G4AttDef > * | GetAttDefs () const |
const std::vector< G4ThreeVector > * | GetAuxiliaryPoints () const |
const G4ThreeVector | GetPosition () const |
void | operator delete (void *aTrajectoryPoint) |
void * | operator new (size_t) |
G4SmoothTrajectoryPoint & | operator= (const G4SmoothTrajectoryPoint &)=delete |
G4bool | operator== (const G4SmoothTrajectoryPoint &right) const |
G4bool | operator== (const G4VTrajectoryPoint &right) const |
virtual | ~G4SmoothTrajectoryPoint () |
Private Attributes | |
std::vector< G4ThreeVector > * | fAuxiliaryPointVector = nullptr |
G4ThreeVector | fPosition |
Definition at line 47 of file G4SmoothTrajectoryPoint.hh.
G4SmoothTrajectoryPoint::G4SmoothTrajectoryPoint | ( | ) |
G4SmoothTrajectoryPoint::G4SmoothTrajectoryPoint | ( | G4ThreeVector | pos, |
std::vector< G4ThreeVector > * | auxiliaryPoints | ||
) |
Definition at line 63 of file G4SmoothTrajectoryPoint.cc.
G4SmoothTrajectoryPoint::G4SmoothTrajectoryPoint | ( | G4ThreeVector | pos | ) |
G4SmoothTrajectoryPoint::G4SmoothTrajectoryPoint | ( | const G4SmoothTrajectoryPoint & | right | ) |
Definition at line 70 of file G4SmoothTrajectoryPoint.cc.
|
virtual |
Definition at line 78 of file G4SmoothTrajectoryPoint.cc.
References fAuxiliaryPointVector.
|
virtual |
Reimplemented from G4VTrajectoryPoint.
Definition at line 102 of file G4SmoothTrajectoryPoint.cc.
References fAuxiliaryPointVector, fPosition, G4BestUnit, G4cout, and GetAttDefs().
Reimplemented from G4VTrajectoryPoint.
Definition at line 85 of file G4SmoothTrajectoryPoint.cc.
References G4AttDefStore::GetInstance().
Referenced by CreateAttValues(), G4VisCommandList::SetNewValue(), and G4VisCommandSceneAddTrajectories::SetNewValue().
|
inlinevirtual |
Reimplemented from G4VTrajectoryPoint.
Definition at line 74 of file G4SmoothTrajectoryPoint.hh.
References fAuxiliaryPointVector.
|
inlinevirtual |
Implements G4VTrajectoryPoint.
Definition at line 72 of file G4SmoothTrajectoryPoint.hh.
References fPosition.
|
inline |
Definition at line 102 of file G4SmoothTrajectoryPoint.hh.
References aSmoothTrajectoryPointAllocator().
|
inline |
Definition at line 92 of file G4SmoothTrajectoryPoint.hh.
References aSmoothTrajectoryPointAllocator().
|
delete |
|
inline |
Definition at line 109 of file G4SmoothTrajectoryPoint.hh.
|
inherited |
Definition at line 44 of file G4VTrajectoryPoint.cc.
|
private |
Definition at line 85 of file G4SmoothTrajectoryPoint.hh.
Referenced by CreateAttValues(), GetAuxiliaryPoints(), and ~G4SmoothTrajectoryPoint().
|
private |
Definition at line 84 of file G4SmoothTrajectoryPoint.hh.
Referenced by CreateAttValues(), G4SmoothTrajectoryPoint(), and GetPosition().