Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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 48 of file G4SmartVoxelProxy.hh.

Constructor & Destructor Documentation

◆ G4SmartVoxelProxy() [1/2]

G4SmartVoxelProxy::G4SmartVoxelProxy ( G4SmartVoxelHeader pHeader)
inline

Definition at line 53 of file G4SmartVoxelProxy.hh.

54 : fHeader(pHeader) {}

◆ G4SmartVoxelProxy() [2/2]

G4SmartVoxelProxy::G4SmartVoxelProxy ( G4SmartVoxelNode pNode)
inline

Definition at line 57 of file G4SmartVoxelProxy.hh.

58 : fNode(pNode) {}

◆ ~G4SmartVoxelProxy()

G4SmartVoxelProxy::~G4SmartVoxelProxy ( )

Definition at line 35 of file G4SmartVoxelProxy.cc.

36{
37}

Member Function Documentation

◆ GetHeader()

◆ GetNode()

◆ IsHeader()

G4bool G4SmartVoxelProxy::IsHeader ( ) const

◆ IsNode()

◆ operator==()

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

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