| 
    Geant4
    10.02
    
   | 
 
#include <G4HepRep.hh>
 Inheritance diagram for G4HepRep:
 Collaboration diagram for G4HepRep:Public Member Functions | |
| G4HepRep () | |
| virtual | ~G4HepRep () | 
| G4VSceneHandler * | CreateSceneHandler (const G4String &name="") | 
| G4VViewer * | CreateViewer (G4VSceneHandler &, const G4String &name="") | 
| void | removeSceneHandler () | 
| void | removeViewer () | 
  Public Member Functions inherited from G4VGraphicsSystem | |
| G4VGraphicsSystem (const G4String &name, Functionality f) | |
| G4VGraphicsSystem (const G4String &name, const G4String &nickname, Functionality f) | |
| G4VGraphicsSystem (const G4String &name, const G4String &nickname, const G4String &description, Functionality f) | |
| virtual | ~G4VGraphicsSystem () | 
| const G4String & | GetName () const | 
| const G4String & | GetNickname () const | 
| const std::vector< G4String > & | GetNicknames () const | 
| const G4String & | GetDescription () const | 
| Functionality | GetFunctionality () const | 
| virtual G4bool | IsUISessionCompatible () const | 
| void | AddNickname (const G4String &nickname) | 
Private Attributes | |
| G4VSceneHandler * | sceneHandler | 
| G4VViewer * | viewer | 
Additional Inherited Members | |
  Public Types inherited from G4VGraphicsSystem | |
| enum | Functionality {  noFunctionality, nonEuclidian, twoD, twoDStore, threeD, threeDInteractive, virtualReality, fileWriter }  | 
  Protected Attributes inherited from G4VGraphicsSystem | |
| G4String | fName | 
| std::vector< G4String > | fNicknames | 
| G4String | fDescription | 
| Functionality | fFunctionality | 
Definition at line 38 of file G4HepRep.hh.
| G4HepRep::G4HepRep | ( | ) | 
Definition at line 48 of file G4HepRep.cc.
References G4HepRepMessenger::GetInstance().
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 58 of file G4HepRep.cc.
      
  | 
  virtual | 
      
  | 
  virtual | 
| void G4HepRep::removeSceneHandler | ( | ) | 
Definition at line 79 of file G4HepRep.cc.
References sceneHandler.
Referenced by G4HepRepSceneHandler::~G4HepRepSceneHandler().
 Here is the caller graph for this function:| void G4HepRep::removeViewer | ( | ) | 
Definition at line 84 of file G4HepRep.cc.
References viewer.
Referenced by G4HepRepViewer::~G4HepRepViewer().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 49 of file G4HepRep.hh.
Referenced by CreateSceneHandler(), and removeSceneHandler().
      
  | 
  private | 
Definition at line 50 of file G4HepRep.hh.
Referenced by CreateViewer(), and removeViewer().