| 
    Geant4
    10.02
    
   | 
 
#include <G4SmartVoxelProxy.hh>
 Collaboration diagram for G4SmartVoxelProxy: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 | 
Private Attributes | |
| G4SmartVoxelHeader * | fHeader | 
| G4SmartVoxelNode * | fNode | 
Definition at line 54 of file G4SmartVoxelProxy.hh.
      
  | 
  inline | 
Definition at line 59 of file G4SmartVoxelProxy.hh.
      
  | 
  inline | 
Definition at line 63 of file G4SmartVoxelProxy.hh.
| G4SmartVoxelProxy::~G4SmartVoxelProxy | ( | ) | 
Definition at line 39 of file G4SmartVoxelProxy.cc.
| G4SmartVoxelHeader* G4SmartVoxelProxy::GetHeader | ( | ) | const | 
Referenced by G4SmartVoxelHeader::CollectEquivalentHeaders(), G4DrawVoxels::ComputeVoxelPolyhedra(), G4SmartVoxelStat::CountHeadsAndNodes(), G4VoxelNavigation::LocateNextVoxel(), G4SmartVoxelHeader::operator==(), and G4VoxelSafety::SafetyForVoxelHeader().
 Here is the caller graph for this function:| G4SmartVoxelNode* G4SmartVoxelProxy::GetNode | ( | ) | const | 
Referenced by G4SmartVoxelHeader::CollectEquivalentNodes(), G4ParameterisedNavigation::ComputeSafety(), G4DrawVoxels::ComputeVoxelPolyhedra(), G4ParameterisedNavigation::LocateNextVoxel(), G4VoxelNavigation::LocateNextVoxel(), G4SmartVoxelHeader::operator==(), G4SmartVoxelHeader::RefineNodes(), and G4VoxelSafety::SafetyForVoxelHeader().
 Here is the caller graph for this function:| G4bool G4SmartVoxelProxy::IsHeader | ( | ) | const | 
Referenced by G4SmartVoxelHeader::CollectEquivalentHeaders(), G4DrawVoxels::ComputeVoxelPolyhedra(), and G4SmartVoxelHeader::operator==().
 Here is the caller graph for this function:| G4bool G4SmartVoxelProxy::IsNode | ( | ) | const | 
Referenced by G4SmartVoxelStat::CountHeadsAndNodes(), G4VoxelNavigation::LocateNextVoxel(), G4SmartVoxelHeader::operator==(), and G4VoxelSafety::SafetyForVoxelHeader().
 Here is the caller graph for this function:| G4bool G4SmartVoxelProxy::operator== | ( | const G4SmartVoxelProxy & | v | ) | const | 
      
  | 
  private | 
Definition at line 88 of file G4SmartVoxelProxy.hh.
      
  | 
  private | 
Definition at line 89 of file G4SmartVoxelProxy.hh.