Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4OpticalSurface.hh>
Additional Inherited Members | |
Static Public Member Functions inherited from G4SurfaceProperty | |
static void | CleanSurfacePropertyTable () |
static const G4SurfacePropertyTable * | GetSurfacePropertyTable () |
static size_t | GetNumberOfSurfaceProperties () |
static void | DumpTableInfo () |
Protected Attributes inherited from G4SurfaceProperty | |
G4String | theName |
G4SurfaceType | theType |
Static Protected Attributes inherited from G4SurfaceProperty | |
static G4SurfacePropertyTable | theSurfacePropertyTable |
Definition at line 121 of file G4OpticalSurface.hh.
G4OpticalSurface::G4OpticalSurface | ( | const G4OpticalSurface & | right | ) |
Definition at line 127 of file G4OpticalSurface.cc.
G4OpticalSurface::G4OpticalSurface | ( | const G4String & | name, |
G4OpticalSurfaceModel | model = glisur , |
||
G4OpticalSurfaceFinish | finish = polished , |
||
G4SurfaceType | type = dielectric_dielectric , |
||
G4double | value = 1.0 |
||
) |
Definition at line 79 of file G4OpticalSurface.cc.
|
override |
Definition at line 116 of file G4OpticalSurface.cc.
void G4OpticalSurface::DumpInfo | ( | ) | const |
Definition at line 177 of file G4OpticalSurface.cc.
|
inline |
Definition at line 246 of file G4OpticalSurface.hh.
Definition at line 265 of file G4OpticalSurface.hh.
|
inline |
Definition at line 291 of file G4OpticalSurface.hh.
|
inline |
Definition at line 140 of file G4OpticalSurface.hh.
Referenced by G4GDMLWriteSolids::OpticalSurfaceWrite(), and G4OpBoundaryProcess::PostStepDoIt().
G4int G4OpticalSurface::GetInmax | ( | ) | const |
Definition at line 167 of file G4OpticalSurface.cc.
G4int G4OpticalSurface::GetLUTbins | ( | ) | const |
Definition at line 169 of file G4OpticalSurface.cc.
|
inline |
Definition at line 160 of file G4OpticalSurface.hh.
Referenced by G4GDMLWriteSolids::OpticalSurfaceWrite(), G4OpBoundaryProcess::PostStepDoIt(), G4GDMLReadSolids::PropertyRead(), and G4GDMLWriteSolids::PropertyWrite().
|
inline |
Definition at line 145 of file G4OpticalSurface.hh.
Referenced by G4GDMLWriteSolids::OpticalSurfaceWrite(), and G4OpBoundaryProcess::PostStepDoIt().
G4int G4OpticalSurface::GetPhiIndexMax | ( | ) | const |
Definition at line 175 of file G4OpticalSurface.cc.
|
inline |
Definition at line 155 of file G4OpticalSurface.hh.
Referenced by G4GDMLWriteSolids::OpticalSurfaceWrite().
Definition at line 278 of file G4OpticalSurface.hh.
G4int G4OpticalSurface::GetRefMax | ( | ) | const |
Definition at line 171 of file G4OpticalSurface.cc.
|
inline |
Definition at line 150 of file G4OpticalSurface.hh.
Referenced by G4GDMLWriteSolids::OpticalSurfaceWrite().
G4int G4OpticalSurface::GetThetaIndexMax | ( | ) | const |
Definition at line 173 of file G4OpticalSurface.cc.
G4bool G4OpticalSurface::operator!= | ( | const G4OpticalSurface & | right | ) | const |
Definition at line 162 of file G4OpticalSurface.cc.
G4OpticalSurface & G4OpticalSurface::operator= | ( | const G4OpticalSurface & | right | ) |
Definition at line 47 of file G4OpticalSurface.cc.
G4bool G4OpticalSurface::operator== | ( | const G4OpticalSurface & | right | ) | const |
Definition at line 157 of file G4OpticalSurface.cc.
void G4OpticalSurface::ReadCompressedFile | ( | const G4String & | filename, |
std::istringstream & | iss | ||
) |
Definition at line 430 of file G4OpticalSurface.cc.
Referenced by ReadLUTDAVISFile(), ReadLUTFile(), and ReadReflectivityLUTFile().
void G4OpticalSurface::ReadDataFile | ( | ) |
Definition at line 210 of file G4OpticalSurface.cc.
Referenced by G4OpticalSurface(), SetFinish(), and SetType().
void G4OpticalSurface::ReadDichroicFile | ( | ) |
Definition at line 486 of file G4OpticalSurface.cc.
Referenced by ReadDataFile().
void G4OpticalSurface::ReadLUTDAVISFile | ( | ) |
Definition at line 333 of file G4OpticalSurface.cc.
Referenced by ReadDataFile().
void G4OpticalSurface::ReadLUTFile | ( | ) |
Definition at line 249 of file G4OpticalSurface.cc.
Referenced by ReadDataFile().
void G4OpticalSurface::ReadReflectivityLUTFile | ( | ) |
Definition at line 381 of file G4OpticalSurface.cc.
Referenced by ReadDataFile().
void G4OpticalSurface::SetFinish | ( | const G4OpticalSurfaceFinish | finish | ) |
Definition at line 204 of file G4OpticalSurface.cc.
|
inline |
Definition at line 167 of file G4OpticalSurface.hh.
Referenced by G4GDMLReadSolids::PropertyRead().
|
inline |
Definition at line 147 of file G4OpticalSurface.hh.
|
inline |
Definition at line 157 of file G4OpticalSurface.hh.
|
inline |
Definition at line 152 of file G4OpticalSurface.hh.
|
overridevirtual |
Reimplemented from G4SurfaceProperty.
Definition at line 198 of file G4OpticalSurface.cc.