#include <G4SurfaceProperty.hh>
Definition at line 72 of file G4SurfaceProperty.hh.
◆ G4SurfaceProperty() [1/2]
Definition at line 51 of file G4SurfaceProperty.cc.
54{
56}
static G4SurfacePropertyTable theSurfacePropertyTable
◆ G4SurfaceProperty() [2/2]
G4SurfaceProperty::G4SurfaceProperty |
( |
| ) |
|
◆ ~G4SurfaceProperty()
virtual G4SurfaceProperty::~G4SurfaceProperty |
( |
| ) |
|
|
virtualdefault |
◆ CleanSurfacePropertyTable()
void G4SurfaceProperty::CleanSurfacePropertyTable |
( |
| ) |
|
|
static |
Definition at line 90 of file G4SurfaceProperty.cc.
91{
93 G4SurfacePropertyTable::iterator
pos;
96 {
97 if(*pos != nullptr)
98 {
100 }
101 }
104}
static void DumpTableInfo()
◆ DumpTableInfo()
void G4SurfaceProperty::DumpTableInfo |
( |
| ) |
|
|
static |
Definition at line 76 of file G4SurfaceProperty.cc.
77{
78 G4cout <<
"***** Surface Property Table : Nb of Surface Properties = "
80
82 {
84 << " Surface Property type = " << pSurfaceProperty->GetType()
86 }
88}
G4GLOB_DLL std::ostream G4cout
static size_t GetNumberOfSurfaceProperties()
Referenced by CleanSurfacePropertyTable().
◆ GetName()
const G4String & G4SurfaceProperty::GetName |
( |
| ) |
const |
|
inline |
◆ GetNumberOfSurfaceProperties()
size_t G4SurfaceProperty::GetNumberOfSurfaceProperties |
( |
| ) |
|
|
static |
◆ GetSurfacePropertyTable()
◆ GetType()
◆ SetName()
void G4SurfaceProperty::SetName |
( |
const G4String & |
name | ) |
|
|
inline |
◆ SetType()
virtual void G4SurfaceProperty::SetType |
( |
const G4SurfaceType & |
type | ) |
|
|
inlinevirtual |
◆ theName
◆ theSurfacePropertyTable
◆ theType
The documentation for this class was generated from the following files: