#include <G4LogicalSkinSurface.hh>
Definition at line 54 of file G4LogicalSkinSurface.hh.
◆ G4LogicalSkinSurface()
Definition at line 50 of file G4LogicalSkinSurface.cc.
54 LogVolume(logicalVolume)
55{
56
57
58 theSkinSurfaceTable.push_back(this);
59}
◆ ~G4LogicalSkinSurface()
G4LogicalSkinSurface::~G4LogicalSkinSurface |
( |
| ) |
|
◆ CleanSurfaceTable()
void G4LogicalSkinSurface::CleanSurfaceTable |
( |
| ) |
|
|
static |
Definition at line 147 of file G4LogicalSkinSurface.cc.
148{
149 G4LogicalSkinSurfaceTable::iterator pos;
150 for(pos=theSkinSurfaceTable.begin(); pos!=theSkinSurfaceTable.end(); pos++)
151 {
152 if (*pos) delete *pos;
153 }
154 theSkinSurfaceTable.clear();
155}
◆ DumpInfo()
void G4LogicalSkinSurface::DumpInfo |
( |
| ) |
|
|
static |
Definition at line 131 of file G4LogicalSkinSurface.cc.
132{
133 G4cout <<
"***** Skin Surface Table : Nb of Surfaces = "
135
136 for (size_t i=0; i<theSkinSurfaceTable.size(); i++)
137 {
140 << " Skin of logical volume "
143 }
145}
G4DLLIMPORT std::ostream G4cout
const G4LogicalVolume * GetLogicalVolume() const
static size_t GetNumberOfSkinSurfaces()
const G4String & GetName() const
◆ GetLogicalVolume()
◆ GetNumberOfSkinSurfaces()
size_t G4LogicalSkinSurface::GetNumberOfSkinSurfaces |
( |
| ) |
|
|
static |
◆ GetSurface()
◆ GetSurfaceTable()
◆ operator!=()
◆ operator==()
◆ SetLogicalVolume()
The documentation for this class was generated from the following files: