Geant4  10.00.p02
G4HepRep Class Reference

#include <G4HepRep.hh>

+ Inheritance diagram for G4HepRep:
+ Collaboration diagram for G4HepRep:

Public Member Functions

 G4HepRep ()
 
virtual ~G4HepRep ()
 
G4VSceneHandlerCreateSceneHandler (const G4String &name="")
 
G4VViewerCreateViewer (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 G4StringGetName () const
 
const G4StringGetNickname () const
 
const G4StringGetDescription () const
 
Functionality GetFunctionality () const
 
virtual G4bool IsUISessionCompatible () const
 
void SetName (const G4String &)
 
void SetNickname (const G4String &)
 
void SetDescription (const G4String &)
 
void SetFunctionality (Functionality)
 

Private Attributes

G4VSceneHandlersceneHandler
 
G4VViewerviewer
 

Additional Inherited Members

- Public Types inherited from G4VGraphicsSystem
enum  Functionality {
  noFunctionality, nonEuclidian, twoD, twoDStore,
  threeD, threeDInteractive, virtualReality
}
 
- Protected Attributes inherited from G4VGraphicsSystem
G4String fName
 
G4String fNickname
 
G4String fDescription
 
Functionality fFunctionality
 

Detailed Description

Author
Mark Donszelmann

Definition at line 38 of file G4HepRep.hh.

Constructor & Destructor Documentation

G4HepRep::G4HepRep ( )

Definition at line 48 of file G4HepRep.cc.

References G4HepRepMessenger::GetInstance().

+ Here is the call graph for this function:

G4HepRep::~G4HepRep ( )
virtual

Definition at line 58 of file G4HepRep.cc.

Member Function Documentation

G4VSceneHandler * G4HepRep::CreateSceneHandler ( const G4String name = "")
virtual

Implements G4VGraphicsSystem.

Definition at line 61 of file G4HepRep.cc.

References sceneHandler.

G4VViewer * G4HepRep::CreateViewer ( G4VSceneHandler scene,
const G4String name = "" 
)
virtual

Implements G4VGraphicsSystem.

Definition at line 70 of file G4HepRep.cc.

References viewer.

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:

Member Data Documentation

G4VSceneHandler* G4HepRep::sceneHandler
private

Definition at line 49 of file G4HepRep.hh.

Referenced by CreateSceneHandler(), and removeSceneHandler().

G4VViewer* G4HepRep::viewer
private

Definition at line 50 of file G4HepRep.hh.

Referenced by CreateViewer(), and removeViewer().


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