|
Geant4
10.03
|
#include <G4RayTracer.hh>
Inheritance diagram for G4RayTracer:
Collaboration diagram for G4RayTracer:Public Member Functions | |
| G4RayTracer () | |
| ~G4RayTracer () | |
| G4VSceneHandler * | CreateSceneHandler (const G4String &) |
| G4VViewer * | CreateViewer (G4VSceneHandler &, const G4String &) |
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 | |
| G4TheRayTracer * | theRayTracer |
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 46 of file G4RayTracer.hh.
| G4RayTracer::G4RayTracer | ( | ) |
Definition at line 39 of file G4RayTracer.cc.
References theRayTracer.
| G4RayTracer::~G4RayTracer | ( | ) |
Definition at line 52 of file G4RayTracer.cc.
References theRayTracer.
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 57 of file G4RayTracer.cc.
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 62 of file G4RayTracer.cc.
References G4cout, G4endl, and G4VViewer::GetViewId().
Here is the call graph for this function:
|
private |
Definition at line 54 of file G4RayTracer.hh.
Referenced by G4RayTracer(), and ~G4RayTracer().