#include <G4SurfaceProperty.hh>
Definition at line 71 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()
G4SurfaceProperty::~G4SurfaceProperty |
( |
| ) |
|
|
virtual |
◆ CleanSurfacePropertyTable()
void G4SurfaceProperty::CleanSurfacePropertyTable |
( |
| ) |
|
|
static |
Definition at line 93 of file G4SurfaceProperty.cc.
94{
96 G4SurfacePropertyTable::iterator
pos;
99 {
100 if(*pos)
102 }
105}
static void DumpTableInfo()
◆ DumpTableInfo()
void G4SurfaceProperty::DumpTableInfo |
( |
| ) |
|
|
static |
Definition at line 78 of file G4SurfaceProperty.cc.
79{
80 G4cout <<
"***** Surface Property Table : Nb of Surface Properties = "
82
84 {
87 <<
" Surface Property type = " << pSurfaceProperty->
GetType()
89 }
91}
G4GLOB_DLL std::ostream G4cout
const G4String & GetName() const
static size_t GetNumberOfSurfaceProperties()
const G4SurfaceType & GetType() const
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: