Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4OpticalSurface Class Reference

#include <G4OpticalSurface.hh>

Inheritance diagram for G4OpticalSurface:
Inheritance graph
[legend]
Collaboration diagram for G4OpticalSurface:
Collaboration graph
[legend]

Public Member Functions

 G4OpticalSurface (const G4OpticalSurface &right)
 
G4OpticalSurfaceoperator= (const G4OpticalSurface &right)
 
G4int operator== (const G4OpticalSurface &right) const
 
G4int operator!= (const G4OpticalSurface &right) const
 
 G4OpticalSurface (const G4String &name, G4OpticalSurfaceModel model=glisur, G4OpticalSurfaceFinish finish=polished, G4SurfaceType type=dielectric_dielectric, G4double value=1.0)
 
virtual ~G4OpticalSurface ()
 
void SetType (const G4SurfaceType &type)
 
G4OpticalSurfaceFinish GetFinish () const
 
void SetFinish (const G4OpticalSurfaceFinish)
 
G4OpticalSurfaceModel GetModel () const
 
void SetModel (const G4OpticalSurfaceModel model)
 
G4double GetSigmaAlpha () const
 
void SetSigmaAlpha (const G4double s_a)
 
G4double GetPolish () const
 
void SetPolish (const G4double plsh)
 
G4MaterialPropertiesTableGetMaterialPropertiesTable () const
 
void SetMaterialPropertiesTable (G4MaterialPropertiesTable *anMPT)
 
void DumpInfo () const
 
void ReadFile (void)
 
G4double GetAngularDistributionValue (G4int, G4int, G4int)
 
G4int GetThetaIndexMax (void) const
 
G4int GetPhiIndexMax (void) const
 
- Public Member Functions inherited from G4SurfaceProperty
 G4SurfaceProperty (const G4String &name, G4SurfaceType type=x_ray)
 
 G4SurfaceProperty ()
 
virtual ~G4SurfaceProperty ()
 
const G4StringGetName () const
 
void SetName (const G4String &name)
 
const G4SurfaceTypeGetType () const
 
void SetType (const G4SurfaceType &type)
 

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
 

Detailed Description

Definition at line 111 of file G4OpticalSurface.hh.

Constructor & Destructor Documentation

G4OpticalSurface::G4OpticalSurface ( const G4OpticalSurface right)

Definition at line 117 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 75 of file G4OpticalSurface.cc.

Here is the call graph for this function:

G4OpticalSurface::~G4OpticalSurface ( )
virtual

Definition at line 112 of file G4OpticalSurface.cc.

Member Function Documentation

void G4OpticalSurface::DumpInfo ( ) const

Definition at line 139 of file G4OpticalSurface.cc.

Here is the caller graph for this function:

G4double G4OpticalSurface::GetAngularDistributionValue ( G4int  angleIncident,
G4int  thetaIndex,
G4int  phiIndex 
)
inline

Definition at line 224 of file G4OpticalSurface.hh.

G4OpticalSurfaceFinish G4OpticalSurface::GetFinish ( ) const
inline

Definition at line 153 of file G4OpticalSurface.hh.

Here is the caller graph for this function:

G4MaterialPropertiesTable* G4OpticalSurface::GetMaterialPropertiesTable ( ) const
inline

Definition at line 174 of file G4OpticalSurface.hh.

G4OpticalSurfaceModel G4OpticalSurface::GetModel ( ) const
inline

Definition at line 158 of file G4OpticalSurface.hh.

Here is the caller graph for this function:

G4int G4OpticalSurface::GetPhiIndexMax ( void  ) const
inline

Definition at line 192 of file G4OpticalSurface.hh.

G4double G4OpticalSurface::GetPolish ( ) const
inline

Definition at line 169 of file G4OpticalSurface.hh.

Here is the caller graph for this function:

G4double G4OpticalSurface::GetSigmaAlpha ( ) const
inline

Definition at line 164 of file G4OpticalSurface.hh.

Here is the caller graph for this function:

G4int G4OpticalSurface::GetThetaIndexMax ( void  ) const
inline

Definition at line 191 of file G4OpticalSurface.hh.

G4int G4OpticalSurface::operator!= ( const G4OpticalSurface right) const

Definition at line 131 of file G4OpticalSurface.cc.

G4OpticalSurface & G4OpticalSurface::operator= ( const G4OpticalSurface right)

Definition at line 54 of file G4OpticalSurface.cc.

G4int G4OpticalSurface::operator== ( const G4OpticalSurface right) const

Definition at line 126 of file G4OpticalSurface.cc.

void G4OpticalSurface::ReadFile ( void  )

Definition at line 185 of file G4OpticalSurface.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4OpticalSurface::SetFinish ( const G4OpticalSurfaceFinish  finish)

Definition at line 175 of file G4OpticalSurface.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4OpticalSurface::SetMaterialPropertiesTable ( G4MaterialPropertiesTable anMPT)
inline

Definition at line 179 of file G4OpticalSurface.hh.

Here is the caller graph for this function:

void G4OpticalSurface::SetModel ( const G4OpticalSurfaceModel  model)
inline

Definition at line 160 of file G4OpticalSurface.hh.

Here is the caller graph for this function:

void G4OpticalSurface::SetPolish ( const G4double  plsh)
inline

Definition at line 171 of file G4OpticalSurface.hh.

void G4OpticalSurface::SetSigmaAlpha ( const G4double  s_a)
inline

Definition at line 166 of file G4OpticalSurface.hh.

void G4OpticalSurface::SetType ( const G4SurfaceType type)

Definition at line 165 of file G4OpticalSurface.cc.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: