Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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 *trs)
 
virtual ~G4LogicalSurface ()
 
 G4LogicalSurface (const G4LogicalSurface &)=delete
 
G4LogicalSurfaceoperator= (const G4LogicalSurface &)=delete
 
G4bool operator== (const G4LogicalSurface &right) const
 
G4bool operator!= (const G4LogicalSurface &right) const
 

Protected Member Functions

 G4LogicalSurface (const G4String &name, G4SurfaceProperty *prop)
 

Detailed Description

Definition at line 64 of file G4LogicalSurface.hh.

Constructor & Destructor Documentation

◆ ~G4LogicalSurface()

G4LogicalSurface::~G4LogicalSurface ( )
virtual

Definition at line 39 of file G4LogicalSurface.cc.

40{
41}

◆ G4LogicalSurface() [1/2]

G4LogicalSurface::G4LogicalSurface ( const G4LogicalSurface )
delete

◆ G4LogicalSurface() [2/2]

G4LogicalSurface::G4LogicalSurface ( const G4String name,
G4SurfaceProperty prop 
)
protected

Definition at line 33 of file G4LogicalSurface.cc.

35 : theName(name), theSurfaceProperty(surfaceProperty)
36{
37}

Member Function Documentation

◆ GetName()

◆ GetSurfaceProperty()

◆ GetTransitionRadiationSurface()

G4TransitionRadiationSurface * G4LogicalSurface::GetTransitionRadiationSurface ( ) const
inline

◆ operator!=()

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

◆ operator=()

G4LogicalSurface & G4LogicalSurface::operator= ( const G4LogicalSurface )
delete

◆ operator==()

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

◆ SetName()

void G4LogicalSurface::SetName ( const G4String name)
inline

◆ SetSurfaceProperty()

void G4LogicalSurface::SetSurfaceProperty ( G4SurfaceProperty ptrSurfaceProperty)
inline

◆ SetTransitionRadiationSurface()

void G4LogicalSurface::SetTransitionRadiationSurface ( G4TransitionRadiationSurface *  trs)
inline

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