Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TrajectoryPoint.hh>
Public Member Functions | |
G4TrajectoryPoint ()=default | |
G4TrajectoryPoint (G4ThreeVector pos) | |
G4TrajectoryPoint (const G4TrajectoryPoint &right) | |
~G4TrajectoryPoint () override | |
void * | operator new (size_t) |
void | operator delete (void *aTrajectoryPoint) |
G4bool | operator== (const G4TrajectoryPoint &right) const |
const G4ThreeVector | GetPosition () const override |
const std::map< G4String, G4AttDef > * | GetAttDefs () const override |
std::vector< G4AttValue > * | CreateAttValues () const override |
Public Member Functions inherited from G4VTrajectoryPoint | |
G4VTrajectoryPoint ()=default | |
virtual | ~G4VTrajectoryPoint ()=default |
G4bool | operator== (const G4VTrajectoryPoint &right) const |
virtual const std::vector< G4ThreeVector > * | GetAuxiliaryPoints () const |
Definition at line 47 of file G4TrajectoryPoint.hh.
|
default |
G4TrajectoryPoint::G4TrajectoryPoint | ( | G4ThreeVector | pos | ) |
Definition at line 52 of file G4TrajectoryPoint.cc.
G4TrajectoryPoint::G4TrajectoryPoint | ( | const G4TrajectoryPoint & | right | ) |
Definition at line 54 of file G4TrajectoryPoint.cc.
|
overridedefault |
|
overridevirtual |
Reimplemented from G4VTrajectoryPoint.
Definition at line 69 of file G4TrajectoryPoint.cc.
Referenced by G4RichTrajectoryPoint::CreateAttValues().
Reimplemented from G4VTrajectoryPoint.
Definition at line 58 of file G4TrajectoryPoint.cc.
Referenced by CreateAttValues(), G4RichTrajectoryPoint::GetAttDefs(), G4VisCommandList::SetNewValue(), and G4VisCommandSceneAddTrajectories::SetNewValue().
|
inlineoverridevirtual |
Implements G4VTrajectoryPoint.
Definition at line 65 of file G4TrajectoryPoint.hh.
|
inline |
Definition at line 85 of file G4TrajectoryPoint.hh.
|
inline |
Definition at line 77 of file G4TrajectoryPoint.hh.
|
inline |
Definition at line 90 of file G4TrajectoryPoint.hh.