#include <G4SmartVoxelNode.hh>
Definition at line 55 of file G4SmartVoxelNode.hh.
◆ G4SmartVoxelNode()
G4SmartVoxelNode::G4SmartVoxelNode |
( |
G4int |
pSlice = 0 | ) |
|
|
inline |
Definition at line 59 of file G4SmartVoxelNode.hh.
59 : fminEquivalent(pSlice),
60 fmaxEquivalent(pSlice) {}
◆ ~G4SmartVoxelNode()
G4SmartVoxelNode::~G4SmartVoxelNode |
( |
| ) |
|
◆ GetCapacity()
size_t G4SmartVoxelNode::GetCapacity |
( |
| ) |
const |
|
inline |
◆ GetMaxEquivalentSliceNo()
G4int G4SmartVoxelNode::GetMaxEquivalentSliceNo |
( |
| ) |
const |
|
inline |
◆ GetMinEquivalentSliceNo()
G4int G4SmartVoxelNode::GetMinEquivalentSliceNo |
( |
| ) |
const |
|
inline |
◆ GetNoContained()
size_t G4SmartVoxelNode::GetNoContained |
( |
| ) |
const |
|
inline |
◆ GetVolume()
G4int G4SmartVoxelNode::GetVolume |
( |
G4int |
pVolumeNo | ) |
const |
|
inline |
◆ Insert()
void G4SmartVoxelNode::Insert |
( |
G4int |
pVolumeNo | ) |
|
|
inline |
◆ operator==()
Definition at line 45 of file G4SmartVoxelNode.cc.
46{
49 {
50 for (size_t node=0; node<maxNode; ++node)
51 {
53 {
54 return false;
55 }
56 }
57 return true;
58 }
59 return false;
60}
G4int GetVolume(G4int pVolumeNo) const
size_t GetNoContained() const
◆ Reserve()
void G4SmartVoxelNode::Reserve |
( |
G4int |
noSlices | ) |
|
|
inline |
◆ SetMaxEquivalentSliceNo()
void G4SmartVoxelNode::SetMaxEquivalentSliceNo |
( |
G4int |
pMax | ) |
|
|
inline |
◆ SetMinEquivalentSliceNo()
void G4SmartVoxelNode::SetMinEquivalentSliceNo |
( |
G4int |
pMin | ) |
|
|
inline |
◆ Shrink()
void G4SmartVoxelNode::Shrink |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: