#include <G4SurfaceProperty.hh>
Definition at line 71 of file G4SurfaceProperty.hh.
◆ G4SurfaceProperty() [1/2]
G4SurfaceProperty::G4SurfaceProperty |
( |
| ) |
|
Definition at line 56 of file G4SurfaceProperty.cc.
57{
59}
static G4SurfacePropertyTable theSurfacePropertyTable
◆ G4SurfaceProperty() [2/2]
◆ ~G4SurfaceProperty()
virtual G4SurfaceProperty::~G4SurfaceProperty |
( |
| ) |
|
|
virtualdefault |
◆ CleanSurfacePropertyTable()
void G4SurfaceProperty::CleanSurfacePropertyTable |
( |
| ) |
|
|
static |
Definition at line 81 of file G4SurfaceProperty.cc.
82{
84 G4SurfacePropertyTable::iterator
pos;
86 if (*pos != nullptr) {
88 }
89 }
92}
static void DumpTableInfo()
◆ DumpTableInfo()
void G4SurfaceProperty::DumpTableInfo |
( |
| ) |
|
|
static |
Definition at line 69 of file G4SurfaceProperty.cc.
70{
71 G4cout <<
"***** Surface Property Table : Nb of Surface Properties = "
73
76 <<
" Surface Property type = " << pSurfaceProperty->GetType() <<
G4endl;
77 }
79}
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: