38#ifndef G4SmoothTrajectoryPoint_hh
39#define G4SmoothTrajectoryPoint_hh 1
54 std::vector<G4ThreeVector>* auxiliaryPoints);
66 inline void*
operator new(size_t);
67 inline void operator delete(
void* aTrajectoryPoint);
75 {
return fAuxiliaryPointVector; }
79 virtual const std::map<G4String,G4AttDef>*
GetAttDefs()
const;
85 std::vector<G4ThreeVector>* fAuxiliaryPointVector =
nullptr;
92G4SmoothTrajectoryPoint::operator
new(size_t)
102G4SmoothTrajectoryPoint::operator
delete(
void *aTrajectoryPoint)
G4TRACKING_DLL G4Allocator< G4SmoothTrajectoryPoint > *& aSmoothTrajectoryPointAllocator()
const std::vector< G4ThreeVector > * GetAuxiliaryPoints() const
G4SmoothTrajectoryPoint()
virtual const std::map< G4String, G4AttDef > * GetAttDefs() const
G4bool operator==(const G4SmoothTrajectoryPoint &right) const
G4SmoothTrajectoryPoint & operator=(const G4SmoothTrajectoryPoint &)=delete
virtual std::vector< G4AttValue > * CreateAttValues() const
const G4ThreeVector GetPosition() const
virtual ~G4SmoothTrajectoryPoint()