Geant4  10.02.p03
G4LogicalSurface Class Reference

#include <G4LogicalSurface.hh>

Inheritance diagram for G4LogicalSurface:
Collaboration 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)
 

Private Member Functions

 G4LogicalSurface (const G4LogicalSurface &right)
 
G4LogicalSurfaceoperator= (const G4LogicalSurface &right)
 

Private Attributes

G4String theName
 
G4SurfacePropertytheSurfaceProperty
 
G4TransitionRadiationSurface * theTransRadSurface
 

Detailed Description

Definition at line 79 of file G4LogicalSurface.hh.

Constructor & Destructor Documentation

◆ ~G4LogicalSurface()

G4LogicalSurface::~G4LogicalSurface ( )
virtual

Definition at line 51 of file G4LogicalSurface.cc.

52 {
53 }

◆ G4LogicalSurface() [1/2]

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 }
G4TransitionRadiationSurface * theTransRadSurface
G4SurfaceProperty * theSurfaceProperty

◆ G4LogicalSurface() [2/2]

G4LogicalSurface::G4LogicalSurface ( const G4LogicalSurface right)
private

Definition at line 45 of file G4LogicalSurface.cc.

46  : theName(r.theName), theSurfaceProperty(r.theSurfaceProperty),
47  theTransRadSurface(r.theTransRadSurface)
48 {
49 }
G4TransitionRadiationSurface * theTransRadSurface
G4SurfaceProperty * theSurfaceProperty

Member Function Documentation

◆ GetName()

const G4String& G4LogicalSurface::GetName ( ) const
inline
Here is the caller graph for this function:

◆ GetSurfaceProperty()

G4SurfaceProperty* G4LogicalSurface::GetSurfaceProperty ( ) const
inline
Here is the caller graph for this function:

◆ GetTransitionRadiationSurface()

G4TransitionRadiationSurface* G4LogicalSurface::GetTransitionRadiationSurface ( ) const
inline
Here is the caller graph for this function:

◆ operator!=()

G4int G4LogicalSurface::operator!= ( const G4LogicalSurface right) const
inline

◆ operator=()

G4LogicalSurface& G4LogicalSurface::operator= ( const G4LogicalSurface right)
inlineprivate

◆ operator==()

G4int G4LogicalSurface::operator== ( const G4LogicalSurface right) const
inline

◆ SetName()

void G4LogicalSurface::SetName ( const G4String name)
inline
Here is the caller graph for this function:

◆ SetSurfaceProperty()

void G4LogicalSurface::SetSurfaceProperty ( G4SurfaceProperty ptrSurfaceProperty)
inline
Here is the caller graph for this function:

◆ SetTransitionRadiationSurface()

void G4LogicalSurface::SetTransitionRadiationSurface ( G4TransitionRadiationSurface *  tRadSurf)
inline
Here is the caller graph for this function:

Member Data Documentation

◆ theName

G4String G4LogicalSurface::theName
private

Definition at line 114 of file G4LogicalSurface.hh.

◆ theSurfaceProperty

G4SurfaceProperty* G4LogicalSurface::theSurfaceProperty
private

Definition at line 116 of file G4LogicalSurface.hh.

◆ theTransRadSurface

G4TransitionRadiationSurface* G4LogicalSurface::theTransRadSurface
private

Definition at line 117 of file G4LogicalSurface.hh.


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