ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4HepRep Class Reference

#include <geant4/tree/geant4-10.6-release/source/visualization/HepRep/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 std::vector< G4String > & GetNicknames () const
 
const G4StringGetDescription () const
 
Functionality GetFunctionality () const
 
virtual G4bool IsUISessionCompatible () const
 
void AddNickname (const G4String &nickname)
 

Private Attributes

G4VSceneHandlersceneHandler
 
G4VViewerviewer
 

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< G4StringfNicknames
 
G4String fDescription
 
Functionality fFunctionality
 

Detailed Description

Author
Mark Donszelmann

Definition at line 37 of file G4HepRep.hh.

View newest version in sPHENIX GitHub at line 37 of file G4HepRep.hh

Constructor & Destructor Documentation

G4HepRep::G4HepRep ( )

Definition at line 47 of file G4HepRep.cc.

View newest version in sPHENIX GitHub at line 47 of file G4HepRep.cc

References G4HepRepMessenger::GetInstance().

+ Here is the call graph for this function:

G4HepRep::~G4HepRep ( )
virtual

Definition at line 57 of file G4HepRep.cc.

View newest version in sPHENIX GitHub at line 57 of file G4HepRep.cc

Member Function Documentation

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

Implements G4VGraphicsSystem.

Definition at line 60 of file G4HepRep.cc.

View newest version in sPHENIX GitHub at line 60 of file G4HepRep.cc

References sceneHandler.

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

Implements G4VGraphicsSystem.

Definition at line 69 of file G4HepRep.cc.

View newest version in sPHENIX GitHub at line 69 of file G4HepRep.cc

References viewer.

void G4HepRep::removeSceneHandler ( )

Definition at line 78 of file G4HepRep.cc.

View newest version in sPHENIX GitHub at line 78 of file G4HepRep.cc

References sceneHandler.

Referenced by G4HepRepSceneHandler::~G4HepRepSceneHandler().

+ Here is the caller graph for this function:

void G4HepRep::removeViewer ( )

Definition at line 83 of file G4HepRep.cc.

View newest version in sPHENIX GitHub at line 83 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 48 of file G4HepRep.hh.

View newest version in sPHENIX GitHub at line 48 of file G4HepRep.hh

Referenced by CreateSceneHandler(), and removeSceneHandler().

G4VViewer* G4HepRep::viewer
private

Definition at line 49 of file G4HepRep.hh.

View newest version in sPHENIX GitHub at line 49 of file G4HepRep.hh

Referenced by CreateViewer(), and removeViewer().


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