|
Geant4
10.01
|
#include <G4CallbackModel.hh>
Inheritance diagram for G4CallbackModel< F >:
Collaboration diagram for G4CallbackModel< F >:Public Member Functions | |
| G4CallbackModel (F *function) | |
| ~G4CallbackModel () | |
| void | DescribeYourselfTo (G4VGraphicsScene &sceneHandler) |
Public Member Functions inherited from G4VModel | |
| G4VModel (const G4Transform3D &modelTransformation=G4Transform3D(), const G4ModelingParameters *=0) | |
| virtual | ~G4VModel () |
| 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 |
| const G4Transform3D & | GetTransformation () const |
| void | SetModelingParameters (const G4ModelingParameters *) |
| void | SetExtent (const G4VisExtent &) |
| void | SetType (const G4String &) |
| void | SetGlobalDescription (const G4String &) |
| void | SetGlobalTag (const G4String &) |
| void | SetTransformation (const G4Transform3D &) |
| virtual G4bool | Validate (G4bool warn=true) |
Protected Attributes | |
| F * | fFunction |
Protected Attributes inherited from G4VModel | |
| G4String | fType |
| G4String | fGlobalTag |
| G4String | fGlobalDescription |
| G4VisExtent | fExtent |
| G4Transform3D | fTransform |
| const G4ModelingParameters * | fpMP |
Private Member Functions | |
| G4CallbackModel (const G4CallbackModel &) | |
| G4CallbackModel & | operator= (const G4CallbackModel &) |
Definition at line 56 of file G4CallbackModel.hh.
|
inline |
Definition at line 59 of file G4CallbackModel.hh.
|
inline |
Definition at line 61 of file G4CallbackModel.hh.
|
private |
|
inlinevirtual |
Implements G4VModel.
Definition at line 62 of file G4CallbackModel.hh.
References G4VModel::fTransform.
|
private |
|
protected |
Definition at line 68 of file G4CallbackModel.hh.