Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4LogicalSurface Class Reference

#include <G4LogicalSurface.hh>

Inheritance diagram for G4LogicalSurface:

Public Member Functions

G4SurfacePropertyGetSurfaceProperty () const
 
void SetSurfaceProperty (G4SurfaceProperty *ptrSurfaceProperty)
 
const G4StringGetName () 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
 

Protected Member Functions

 G4LogicalSurface (const G4String &name, G4SurfaceProperty *prop)
 

Detailed Description

Definition at line 79 of file G4LogicalSurface.hh.

Constructor & Destructor Documentation

G4LogicalSurface::~G4LogicalSurface ( )
virtual

Definition at line 51 of file G4LogicalSurface.cc.

52 {
53 }
G4LogicalSurface::G4LogicalSurface ( const G4String name,
G4SurfaceProperty prop 
)
protected

Definition at line 39 of file G4LogicalSurface.cc.

41  : theName(name), theSurfaceProperty(surfaceProperty), theTransRadSurface(0)
42 {
43 }

Member Function Documentation

const G4String& G4LogicalSurface::GetName ( ) const
inline

Here is the caller graph for this function:

G4SurfaceProperty* G4LogicalSurface::GetSurfaceProperty ( ) const
inline

Here is the caller graph for this function:

G4TransitionRadiationSurface* G4LogicalSurface::GetTransitionRadiationSurface ( ) const
inline
G4int G4LogicalSurface::operator!= ( const G4LogicalSurface right) const
inline
G4int G4LogicalSurface::operator== ( const G4LogicalSurface right) const
inline
void G4LogicalSurface::SetName ( const G4String name)
inline
void G4LogicalSurface::SetSurfaceProperty ( G4SurfaceProperty ptrSurfaceProperty)
inline
void G4LogicalSurface::SetTransitionRadiationSurface ( G4TransitionRadiationSurface *  tRadSurf)
inline

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