Geant4 11.1.1
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 ()=default
 
G4bool IsHeader () const
 
G4bool IsNode () const
 
G4SmartVoxelNodeGetNode () const
 
G4SmartVoxelHeaderGetHeader () const
 
G4bool operator== (const G4SmartVoxelProxy &v) const
 
void * operator new (std::size_t)
 
void operator delete (void *aProxy)
 

Detailed Description

Definition at line 51 of file G4SmartVoxelProxy.hh.

Constructor & Destructor Documentation

◆ G4SmartVoxelProxy() [1/2]

G4SmartVoxelProxy::G4SmartVoxelProxy ( G4SmartVoxelHeader pHeader)
inline

Definition at line 56 of file G4SmartVoxelProxy.hh.

57 : fHeader(pHeader) {}

◆ G4SmartVoxelProxy() [2/2]

G4SmartVoxelProxy::G4SmartVoxelProxy ( G4SmartVoxelNode pNode)
inline

Definition at line 60 of file G4SmartVoxelProxy.hh.

61 : fNode(pNode) {}

◆ ~G4SmartVoxelProxy()

G4SmartVoxelProxy::~G4SmartVoxelProxy ( )
default

Member Function Documentation

◆ GetHeader()

◆ GetNode()

◆ IsHeader()

G4bool G4SmartVoxelProxy::IsHeader ( ) const

◆ IsNode()

◆ operator delete()

void G4SmartVoxelProxy::operator delete ( void *  aProxy)
inline

◆ operator new()

void * G4SmartVoxelProxy::operator new ( std::size_t  )
inline

◆ operator==()

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

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