Geant4
9.6.p02
|
#include <G4VoxelLimits.hh>
Public Member Functions | |
G4VoxelLimits () | |
~G4VoxelLimits () | |
void | AddLimit (const EAxis pAxis, const G4double pMin, const G4double pMax) |
G4double | GetMaxXExtent () const |
G4double | GetMaxYExtent () const |
G4double | GetMaxZExtent () const |
G4double | GetMinXExtent () const |
G4double | GetMinYExtent () const |
G4double | GetMinZExtent () const |
G4double | GetMaxExtent (const EAxis pAxis) const |
G4double | GetMinExtent (const EAxis pAxis) const |
G4bool | IsXLimited () const |
G4bool | IsYLimited () const |
G4bool | IsZLimited () const |
G4bool | IsLimited () const |
G4bool | IsLimited (const EAxis pAxis) const |
G4bool | ClipToLimits (G4ThreeVector &pStart, G4ThreeVector &pEnd) const |
G4bool | Inside (const G4ThreeVector &pVec) const |
G4int | OutCode (const G4ThreeVector &pVec) const |
Definition at line 62 of file G4VoxelLimits.hh.
G4VoxelLimits::G4VoxelLimits | ( | ) |
Definition at line 48 of file G4VoxelLimits.cc.
G4VoxelLimits::~G4VoxelLimits | ( | ) |
Definition at line 55 of file G4VoxelLimits.cc.
G4bool G4VoxelLimits::ClipToLimits | ( | G4ThreeVector & | pStart, |
G4ThreeVector & | pEnd | ||
) | const |
Definition at line 102 of file G4VoxelLimits.cc.
G4double G4VoxelLimits::GetMaxXExtent | ( | ) | const |
G4double G4VoxelLimits::GetMaxYExtent | ( | ) | const |
G4double G4VoxelLimits::GetMaxZExtent | ( | ) | const |
G4double G4VoxelLimits::GetMinXExtent | ( | ) | const |
G4double G4VoxelLimits::GetMinYExtent | ( | ) | const |
G4double G4VoxelLimits::GetMinZExtent | ( | ) | const |
G4bool G4VoxelLimits::Inside | ( | const G4ThreeVector & | pVec) | const |
G4bool G4VoxelLimits::IsLimited | ( | ) | const |
G4bool G4VoxelLimits::IsXLimited | ( | ) | const |
G4bool G4VoxelLimits::IsYLimited | ( | ) | const |
G4bool G4VoxelLimits::IsZLimited | ( | ) | const |
G4int G4VoxelLimits::OutCode | ( | const G4ThreeVector & | pVec) | const |
Definition at line 262 of file G4VoxelLimits.cc.