| 
    Geant4
    10.02.p01
    
   | 
 
#include <G4HitsModel.hh>
 Inheritance diagram for G4HitsModel:
 Collaboration diagram for G4HitsModel:Public Member Functions | |
| G4HitsModel () | |
| virtual | ~G4HitsModel () | 
| virtual void | DescribeYourselfTo (G4VGraphicsScene &) | 
| const G4VHit * | GetCurrentHit () const | 
  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) | 
Private Attributes | |
| const G4VHit * | fpCurrentHit | 
Additional Inherited Members | |
  Protected Attributes inherited from G4VModel | |
| G4String | fType | 
| G4String | fGlobalTag | 
| G4String | fGlobalDescription | 
| G4VisExtent | fExtent | 
| G4Transform3D | fTransform | 
| const G4ModelingParameters * | fpMP | 
Definition at line 47 of file G4HitsModel.hh.
| G4HitsModel::G4HitsModel | ( | ) | 
Definition at line 41 of file G4HitsModel.cc.
References G4VModel::fGlobalDescription, G4VModel::fGlobalTag, and G4VModel::fType.
      
  | 
  virtual | 
Definition at line 39 of file G4HitsModel.cc.
      
  | 
  virtual | 
Implements G4VModel.
Definition at line 49 of file G4HitsModel.cc.
References G4VGraphicsScene::AddCompound(), fpCurrentHit, G4VModel::fpMP, G4ModelingParameters::GetEvent(), and G4VHitsCollection::GetSize().
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 58 of file G4HitsModel.hh.
References fpCurrentHit.
Referenced by G4VSceneHandler::LoadAtts().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 63 of file G4HitsModel.hh.
Referenced by DescribeYourselfTo(), and GetCurrentHit().