Geant4-11
Data Structures | Functions
G4RayTrajectoryPoint.hh File Reference
#include "globals.hh"
#include "G4VTrajectoryPoint.hh"
#include "G4Allocator.hh"
#include "G4ThreeVector.hh"

Go to the source code of this file.

Data Structures

class  G4RayTrajectoryPoint
 

Functions

G4DLLIMPORT G4Allocator< G4RayTrajectoryPoint > *& rayTrajectoryPointAllocator ()
 

Function Documentation

◆ rayTrajectoryPointAllocator()

G4DLLIMPORT G4Allocator< G4RayTrajectoryPoint > *& rayTrajectoryPointAllocator ( )

Definition at line 37 of file G4RayTrajectoryPoint.cc.

38{
40 return _instance;
41}
#define G4ThreadLocalStatic
Definition: tls.hh:76

References G4ThreadLocalStatic.

Referenced by G4RayTrajectoryPoint::operator delete(), and G4RayTrajectoryPoint::operator new().