Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ASCIITree.hh>
Public Member Functions | |
G4ASCIITree () | |
virtual | ~G4ASCIITree () |
G4VSceneHandler * | CreateSceneHandler (const G4String &name="") |
G4VViewer * | CreateViewer (G4VSceneHandler &, const G4String &name="") |
G4int | GetVerbosity () const |
G4String | GetOutFileName () const |
void | SetVerbosity (G4int verbosity) |
void | SetOutFileName (const G4String &name) |
Public Member Functions inherited from G4VTree | |
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 () |
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) |
Protected Attributes | |
G4int | fVerbosity |
G4ASCIITreeMessenger * | fpMessenger |
G4String | fOutFileName |
Protected Attributes inherited from G4VGraphicsSystem | |
G4String | fName |
std::vector< G4String > | fNicknames |
G4String | fDescription |
Functionality | fFunctionality |
Additional Inherited Members | |
Public Types inherited from G4VGraphicsSystem | |
enum | Functionality { noFunctionality , nonEuclidian , twoD , twoDStore , threeD , threeDInteractive , virtualReality , fileWriter } |
Definition at line 40 of file G4ASCIITree.hh.
G4ASCIITree::G4ASCIITree | ( | ) |
Definition at line 39 of file G4ASCIITree.cc.
|
virtual |
Definition at line 51 of file G4ASCIITree.cc.
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 55 of file G4ASCIITree.cc.
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 60 of file G4ASCIITree.cc.
|
inline |
Definition at line 47 of file G4ASCIITree.hh.
|
inline |
Definition at line 46 of file G4ASCIITree.hh.
Referenced by G4ASCIITreeSceneHandler::EndModeling(), G4ASCIITreeSceneHandler::RequestPrimitives(), G4ASCIITreeMessenger::SetNewValue(), and G4ASCIITreeSceneHandler::WriteHeader().
|
inline |
Definition at line 49 of file G4ASCIITree.hh.
|
inline |
Definition at line 48 of file G4ASCIITree.hh.
Referenced by G4ASCIITreeMessenger::SetNewValue().
|
protected |
Definition at line 53 of file G4ASCIITree.hh.
Referenced by GetOutFileName(), and SetOutFileName().
|
protected |
Definition at line 52 of file G4ASCIITree.hh.
Referenced by G4ASCIITree(), and ~G4ASCIITree().
|
protected |
Definition at line 51 of file G4ASCIITree.hh.
Referenced by GetVerbosity(), and SetVerbosity().