Geant4  10.02.p03
G4SmartVoxelProxy Class Reference

#include <G4SmartVoxelProxy.hh>

Collaboration diagram for G4SmartVoxelProxy:

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
 

Private Attributes

G4SmartVoxelHeaderfHeader
 
G4SmartVoxelNodefNode
 

Detailed Description

Definition at line 54 of file G4SmartVoxelProxy.hh.

Constructor & Destructor Documentation

◆ G4SmartVoxelProxy() [1/2]

G4SmartVoxelProxy::G4SmartVoxelProxy ( G4SmartVoxelHeader pHeader)
inline

Definition at line 59 of file G4SmartVoxelProxy.hh.

60  : fHeader(pHeader), fNode(0) {}
G4SmartVoxelNode * fNode
G4SmartVoxelHeader * fHeader

◆ G4SmartVoxelProxy() [2/2]

G4SmartVoxelProxy::G4SmartVoxelProxy ( G4SmartVoxelNode pNode)
inline

Definition at line 63 of file G4SmartVoxelProxy.hh.

64  : fHeader(0), fNode(pNode) {}
G4SmartVoxelNode * fNode
G4SmartVoxelHeader * fHeader
Here is the call graph for this function:

◆ ~G4SmartVoxelProxy()

G4SmartVoxelProxy::~G4SmartVoxelProxy ( )

Definition at line 39 of file G4SmartVoxelProxy.cc.

40 {
41 }
Here is the caller graph for this function:

Member Function Documentation

◆ GetHeader()

G4SmartVoxelHeader* G4SmartVoxelProxy::GetHeader ( ) const
Here is the caller graph for this function:

◆ GetNode()

G4SmartVoxelNode* G4SmartVoxelProxy::GetNode ( ) const
Here is the caller graph for this function:

◆ IsHeader()

G4bool G4SmartVoxelProxy::IsHeader ( ) const
Here is the caller graph for this function:

◆ IsNode()

G4bool G4SmartVoxelProxy::IsNode ( ) const
Here is the caller graph for this function:

◆ operator==()

G4bool G4SmartVoxelProxy::operator== ( const G4SmartVoxelProxy v) const
Here is the caller graph for this function:

Member Data Documentation

◆ fHeader

G4SmartVoxelHeader* G4SmartVoxelProxy::fHeader
private

Definition at line 88 of file G4SmartVoxelProxy.hh.

◆ fNode

G4SmartVoxelNode* G4SmartVoxelProxy::fNode
private

Definition at line 89 of file G4SmartVoxelProxy.hh.


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