Geant4
10.01.p03
|
#include <G4VTree.hh>
Public Member Functions | |
G4VTree (const G4String &name, const G4String &nickname, const G4String &description, Functionality f) | |
virtual | ~G4VTree () |
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 () |
virtual G4VSceneHandler * | CreateSceneHandler (const G4String &name)=0 |
virtual G4VViewer * | CreateViewer (G4VSceneHandler &, const G4String &name)=0 |
const G4String & | GetName () const |
const G4String & | GetNickname () const |
const G4String & | GetDescription () const |
Functionality | GetFunctionality () const |
virtual G4bool | IsUISessionCompatible () const |
void | SetName (const G4String &) |
void | SetNickname (const G4String &) |
void | SetDescription (const G4String &) |
void | SetFunctionality (Functionality) |
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 |
G4String | fNickname |
G4String | fDescription |
Functionality | fFunctionality |
Definition at line 38 of file G4VTree.hh.
G4VTree::G4VTree | ( | const G4String & | name, |
const G4String & | nickname, | ||
const G4String & | description, | ||
Functionality | f | ||
) |
Definition at line 37 of file G4VTree.cc.
|
virtual |
Definition at line 46 of file G4VTree.cc.