Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4SolidExtentList.hh>
Public Member Functions | |
G4SolidExtentList () | |
G4SolidExtentList (const EAxis targetAxis, const G4VoxelLimits &voxelLimits) | |
~G4SolidExtentList () | |
void | AddSurface (const G4ClippablePolygon &surface) |
G4bool | GetExtent (G4double &min, G4double &max) const |
Protected Attributes | |
EAxis | axis |
G4bool | limited = false |
G4double | minLimit |
G4double | maxLimit |
G4ClippablePolygon | minSurface |
G4ClippablePolygon | maxSurface |
G4ClippablePolygon | minAbove |
G4ClippablePolygon | maxBelow |
Definition at line 45 of file G4SolidExtentList.hh.
G4SolidExtentList::G4SolidExtentList | ( | ) |
Definition at line 37 of file G4SolidExtentList.cc.
G4SolidExtentList::G4SolidExtentList | ( | const EAxis | targetAxis, |
const G4VoxelLimits & | voxelLimits | ||
) |
Definition at line 46 of file G4SolidExtentList.cc.
G4SolidExtentList::~G4SolidExtentList | ( | ) |
Definition at line 66 of file G4SolidExtentList.cc.
void G4SolidExtentList::AddSurface | ( | const G4ClippablePolygon & | surface | ) |
Definition at line 73 of file G4SolidExtentList.cc.
Referenced by G4PolyconeSide::CalculateExtent(), G4PolyhedraSide::CalculateExtent(), and G4PolyPhiFace::CalculateExtent().
Definition at line 110 of file G4SolidExtentList.cc.
Referenced by G4VCSGfaceted::CalculateExtent().
|
protected |
Definition at line 61 of file G4SolidExtentList.hh.
Referenced by AddSurface(), G4SolidExtentList(), and GetExtent().
|
protected |
Definition at line 62 of file G4SolidExtentList.hh.
Referenced by G4SolidExtentList().
|
protected |
Definition at line 69 of file G4SolidExtentList.hh.
Referenced by AddSurface().
|
protected |
Definition at line 64 of file G4SolidExtentList.hh.
Referenced by AddSurface(), G4SolidExtentList(), and GetExtent().
|
protected |
Definition at line 67 of file G4SolidExtentList.hh.
Referenced by AddSurface(), and GetExtent().
|
protected |
Definition at line 68 of file G4SolidExtentList.hh.
Referenced by AddSurface(), and GetExtent().
|
protected |
Definition at line 63 of file G4SolidExtentList.hh.
Referenced by AddSurface(), G4SolidExtentList(), and GetExtent().
|
protected |
Definition at line 66 of file G4SolidExtentList.hh.
Referenced by AddSurface(), and GetExtent().