Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4SmartVoxelProxy Class Reference

#include <G4SmartVoxelProxy.hh>

Public Member Functions

 G4SmartVoxelProxy (G4SmartVoxelHeader *pHeader)
 
 G4SmartVoxelProxy (G4SmartVoxelNode *pNode)
 
 ~G4SmartVoxelProxy ()
 
G4bool IsHeader () const
 
G4bool IsNode () const
 
G4SmartVoxelNodeGetNode () const
 
G4SmartVoxelHeaderGetHeader () const
 
G4bool operator== (const G4SmartVoxelProxy &v) const
 

Detailed Description

Definition at line 54 of file G4SmartVoxelProxy.hh.

Constructor & Destructor Documentation

G4SmartVoxelProxy::G4SmartVoxelProxy ( G4SmartVoxelHeader pHeader)
inline

Definition at line 59 of file G4SmartVoxelProxy.hh.

60  : fHeader(pHeader), fNode(0) {}
G4SmartVoxelProxy::G4SmartVoxelProxy ( G4SmartVoxelNode pNode)
inline

Definition at line 63 of file G4SmartVoxelProxy.hh.

64  : fHeader(0), fNode(pNode) {}
G4SmartVoxelProxy::~G4SmartVoxelProxy ( )

Definition at line 39 of file G4SmartVoxelProxy.cc.

40 {
41 }

Member Function Documentation

G4SmartVoxelHeader* G4SmartVoxelProxy::GetHeader ( ) const

Here is the caller graph for this function:

G4SmartVoxelNode* G4SmartVoxelProxy::GetNode ( ) const

Here is the caller graph for this function:

G4bool G4SmartVoxelProxy::IsHeader ( ) const

Here is the caller graph for this function:

G4bool G4SmartVoxelProxy::IsNode ( ) const

Here is the caller graph for this function:

G4bool G4SmartVoxelProxy::operator== ( const G4SmartVoxelProxy v) const

The documentation for this class was generated from the following files: