#include <G4SmartVoxelProxy.hh>
Public Member Functions | |
G4SmartVoxelProxy (G4SmartVoxelHeader *pHeader) | |
G4SmartVoxelProxy (G4SmartVoxelNode *pNode) | |
~G4SmartVoxelProxy () | |
G4bool | IsHeader () const |
G4bool | IsNode () const |
G4SmartVoxelNode * | GetNode () const |
G4SmartVoxelHeader * | GetHeader () const |
G4bool | operator== (const G4SmartVoxelProxy &v) const |
Definition at line 54 of file G4SmartVoxelProxy.hh.
G4SmartVoxelProxy::G4SmartVoxelProxy | ( | G4SmartVoxelHeader * | pHeader | ) | [inline] |
G4SmartVoxelProxy::G4SmartVoxelProxy | ( | G4SmartVoxelNode * | pNode | ) | [inline] |
G4SmartVoxelProxy::~G4SmartVoxelProxy | ( | ) |
G4SmartVoxelHeader * G4SmartVoxelProxy::GetHeader | ( | ) | const [inline] |
Definition at line 54 of file G4SmartVoxelProxy.icc.
Referenced by G4SmartVoxelHeader::CollectEquivalentHeaders(), G4VoxelNavigation::LocateNextVoxel(), G4SmartVoxelHeader::operator==(), G4VoxelSafety::SafetyForVoxelHeader(), and G4VoxelNavigation::VoxelLocate().
G4SmartVoxelNode * G4SmartVoxelProxy::GetNode | ( | ) | const [inline] |
Definition at line 47 of file G4SmartVoxelProxy.icc.
Referenced by G4SmartVoxelHeader::CollectEquivalentNodes(), G4ParameterisedNavigation::ComputeSafety(), G4VoxelNavigation::LocateNextVoxel(), G4SmartVoxelHeader::operator==(), G4ParameterisedNavigation::ParamVoxelLocate(), G4SmartVoxelHeader::RefineNodes(), G4VoxelSafety::SafetyForVoxelHeader(), and G4VoxelNavigation::VoxelLocate().
G4bool G4SmartVoxelProxy::IsHeader | ( | ) | const [inline] |
Definition at line 35 of file G4SmartVoxelProxy.icc.
Referenced by G4SmartVoxelHeader::CollectEquivalentHeaders(), and G4SmartVoxelHeader::operator==().
G4bool G4SmartVoxelProxy::IsNode | ( | ) | const [inline] |
Definition at line 41 of file G4SmartVoxelProxy.icc.
Referenced by G4VoxelNavigation::LocateNextVoxel(), G4SmartVoxelHeader::operator==(), G4VoxelSafety::SafetyForVoxelHeader(), and G4VoxelNavigation::VoxelLocate().
G4bool G4SmartVoxelProxy::operator== | ( | const G4SmartVoxelProxy & | v | ) | const [inline] |