Geant4
9.6.p02
|
#include <G4LogicalSkinSurface.hh>
Public Member Functions | |
G4LogicalSkinSurface (const G4String &name, G4LogicalVolume *vol, G4SurfaceProperty *surfaceProperty) | |
~G4LogicalSkinSurface () | |
const G4LogicalVolume * | GetLogicalVolume () const |
void | SetLogicalVolume (G4LogicalVolume *vol) |
G4int | operator== (const G4LogicalSkinSurface &right) const |
G4int | operator!= (const G4LogicalSkinSurface &right) const |
Public Member Functions inherited from G4LogicalSurface | |
G4SurfaceProperty * | GetSurfaceProperty () const |
void | SetSurfaceProperty (G4SurfaceProperty *ptrSurfaceProperty) |
const G4String & | GetName () const |
void | SetName (const G4String &name) |
G4TransitionRadiationSurface * | GetTransitionRadiationSurface () const |
void | SetTransitionRadiationSurface (G4TransitionRadiationSurface *tRadSurf) |
virtual | ~G4LogicalSurface () |
G4int | operator== (const G4LogicalSurface &right) const |
G4int | operator!= (const G4LogicalSurface &right) const |
Static Public Member Functions | |
static G4LogicalSkinSurface * | GetSurface (const G4LogicalVolume *vol) |
static void | CleanSurfaceTable () |
static const G4LogicalSkinSurfaceTable * | GetSurfaceTable () |
static size_t | GetNumberOfSkinSurfaces () |
static void | DumpInfo () |
Additional Inherited Members | |
Protected Member Functions inherited from G4LogicalSurface | |
G4LogicalSurface (const G4String &name, G4SurfaceProperty *prop) | |
Definition at line 54 of file G4LogicalSkinSurface.hh.
G4LogicalSkinSurface::G4LogicalSkinSurface | ( | const G4String & | name, |
G4LogicalVolume * | vol, | ||
G4SurfaceProperty * | surfaceProperty | ||
) |
Definition at line 50 of file G4LogicalSkinSurface.cc.
G4LogicalSkinSurface::~G4LogicalSkinSurface | ( | ) |
Definition at line 69 of file G4LogicalSkinSurface.cc.
|
static |
|
static |
|
inline |
|
static |
|
static |
Definition at line 119 of file G4LogicalSkinSurface.cc.
|
static |
G4int G4LogicalSkinSurface::operator!= | ( | const G4LogicalSkinSurface & | right) | const |
Definition at line 99 of file G4LogicalSkinSurface.cc.
G4int G4LogicalSkinSurface::operator== | ( | const G4LogicalSkinSurface & | right) | const |
Definition at line 93 of file G4LogicalSkinSurface.cc.
|
inline |