Geant4  10.00.p02
G4SmoothTrajectoryPoint Class Reference

#include <G4SmoothTrajectoryPoint.hh>

+ Inheritance diagram for G4SmoothTrajectoryPoint:
+ Collaboration diagram for G4SmoothTrajectoryPoint:

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

G4SmoothTrajectoryPointoperator= (const G4SmoothTrajectoryPoint &)
 

Private Attributes

G4ThreeVector fPosition
 
std::vector< G4ThreeVector > * fAuxiliaryPointVector
 

Detailed Description

Definition at line 48 of file G4SmoothTrajectoryPoint.hh.

Constructor & Destructor Documentation

G4SmoothTrajectoryPoint::G4SmoothTrajectoryPoint ( )

Definition at line 50 of file G4SmoothTrajectoryPoint.cc.

References fPosition.

G4SmoothTrajectoryPoint::G4SmoothTrajectoryPoint ( G4ThreeVector  pos,
std::vector< G4ThreeVector > *  auxiliaryPoints 
)

Definition at line 62 of file G4SmoothTrajectoryPoint.cc.

G4SmoothTrajectoryPoint::G4SmoothTrajectoryPoint ( G4ThreeVector  pos)

Definition at line 56 of file G4SmoothTrajectoryPoint.cc.

References fPosition, and pos.

G4SmoothTrajectoryPoint::G4SmoothTrajectoryPoint ( const G4SmoothTrajectoryPoint right)

Definition at line 68 of file G4SmoothTrajectoryPoint.cc.

G4SmoothTrajectoryPoint::~G4SmoothTrajectoryPoint ( )
virtual

Definition at line 74 of file G4SmoothTrajectoryPoint.cc.

References fAuxiliaryPointVector.

Member Function Documentation

std::vector< G4AttValue > * G4SmoothTrajectoryPoint::CreateAttValues ( ) const
virtual

Reimplemented from G4VTrajectoryPoint.

Definition at line 99 of file G4SmoothTrajectoryPoint.cc.

References fAuxiliaryPointVector, fPosition, G4BestUnit, G4cout, and GetAttDefs().

+ Here is the call graph for this function:

const std::map< G4String, G4AttDef > * G4SmoothTrajectoryPoint::GetAttDefs ( ) const
virtual

Reimplemented from G4VTrajectoryPoint.

Definition at line 83 of file G4SmoothTrajectoryPoint.cc.

References G4AttDefStore::GetInstance().

Referenced by CreateAttValues(), G4VisCommandList::SetNewValue(), and G4VisCommandSceneAddTrajectories::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

const std::vector<G4ThreeVector>* G4SmoothTrajectoryPoint::GetAuxiliaryPoints ( ) const
inlinevirtual

Reimplemented from G4VTrajectoryPoint.

Definition at line 79 of file G4SmoothTrajectoryPoint.hh.

References fAuxiliaryPointVector.

const G4ThreeVector G4SmoothTrajectoryPoint::GetPosition ( void  ) const
inlinevirtual

Implements G4VTrajectoryPoint.

Definition at line 77 of file G4SmoothTrajectoryPoint.hh.

References fPosition.

void G4SmoothTrajectoryPoint::operator delete ( void *  aTrajectoryPoint)
inline

Definition at line 105 of file G4SmoothTrajectoryPoint.hh.

References aSmoothTrajectoryPointAllocator.

void * G4SmoothTrajectoryPoint::operator new ( size_t  )
inline

Definition at line 98 of file G4SmoothTrajectoryPoint.hh.

References aSmoothTrajectoryPointAllocator.

G4SmoothTrajectoryPoint& G4SmoothTrajectoryPoint::operator= ( const G4SmoothTrajectoryPoint )
private
int G4SmoothTrajectoryPoint::operator== ( const G4SmoothTrajectoryPoint right) const
inline

Definition at line 73 of file G4SmoothTrajectoryPoint.hh.

Member Data Documentation

std::vector<G4ThreeVector>* G4SmoothTrajectoryPoint::fAuxiliaryPointVector
private
G4ThreeVector G4SmoothTrajectoryPoint::fPosition
private

The documentation for this class was generated from the following files: