Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GPSModel.hh>
Public Member Functions | |
G4GPSModel (const G4Colour &colour=G4Colour(1., 0., 0., 0.3)) | |
virtual | ~G4GPSModel () |
void | DescribeYourselfTo (G4VGraphicsScene &) |
G4String | GetCurrentDescription () const |
G4String | GetCurrentTag () const |
Public Member Functions inherited from G4VModel | |
G4VModel (const G4ModelingParameters *=0) | |
virtual | ~G4VModel () |
virtual void | DescribeYourselfTo (G4VGraphicsScene &)=0 |
const G4ModelingParameters * | GetModelingParameters () const |
const G4String & | GetType () const |
virtual G4String | GetCurrentDescription () const |
virtual G4String | GetCurrentTag () const |
const G4VisExtent & | GetExtent () const |
const G4String & | GetGlobalDescription () const |
const G4String & | GetGlobalTag () const |
void | SetModelingParameters (const G4ModelingParameters *) |
void | SetExtent (const G4VisExtent &) |
void | SetType (const G4String &) |
void | SetGlobalDescription (const G4String &) |
void | SetGlobalTag (const G4String &) |
virtual G4bool | Validate (G4bool warn=true) |
Protected Attributes | |
G4Colour | fColour |
Protected Attributes inherited from G4VModel | |
G4String | fType |
G4String | fGlobalTag |
G4String | fGlobalDescription |
G4VisExtent | fExtent |
const G4ModelingParameters * | fpMP |
Definition at line 45 of file G4GPSModel.hh.
Definition at line 51 of file G4GPSModel.cc.
|
virtual |
Definition at line 61 of file G4GPSModel.cc.
|
virtual |
Implements G4VModel.
Definition at line 73 of file G4GPSModel.cc.
|
virtual |
|
virtual |
Reimplemented from G4VModel.
Definition at line 63 of file G4GPSModel.cc.
Referenced by GetCurrentDescription().
|
protected |
Definition at line 67 of file G4GPSModel.hh.
Referenced by DescribeYourselfTo(), and G4GPSModel().