#include <G4ASCIITree.hh>
|
| 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) |
|
| G4VTree (const G4String &name, const G4String &nickname, const G4String &description, Functionality f) |
|
virtual | ~G4VTree () |
|
| 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) |
|
Definition at line 40 of file G4ASCIITree.hh.
◆ G4ASCIITree()
G4ASCIITree::G4ASCIITree |
( |
| ) |
|
Definition at line 39 of file G4ASCIITree.cc.
39 :
41 "ATree",
42 "A graphics system to dump geometry hierarchy"
43 "\n to standard output as an ASCII stream.",
47{
49}
G4ASCIITreeMessenger * fpMessenger
G4VTree(const G4String &name, const G4String &nickname, const G4String &description, Functionality f)
◆ ~G4ASCIITree()
G4ASCIITree::~G4ASCIITree |
( |
| ) |
|
|
virtual |
◆ CreateSceneHandler()
Implements G4VGraphicsSystem.
Definition at line 55 of file G4ASCIITree.cc.
55 {
56 G4VSceneHandler* pScene = new G4ASCIITreeSceneHandler (*this, name);
57 return pScene;
58}
◆ CreateViewer()
Implements G4VGraphicsSystem.
Definition at line 60 of file G4ASCIITree.cc.
61 {
62 G4VViewer* pView =
63 new G4ASCIITreeViewer ((G4ASCIITreeSceneHandler&) scene, name);
64 if (pView) {
65 if (pView -> GetViewId () < 0) {
66 G4warn <<
"G4ASCIITree::CreateViewer: ERROR flagged by negative"
67 " view id in G4ASCIITreeViewer creation."
68 "\n Destroying view and returning null pointer."
70 delete pView;
71 pView = 0;
72 }
73 }
74 else {
75 G4warn <<
"G4ASCIITree::CreateViewer: ERROR: null pointer on"
76 " new G4ASCIITreeViewer." <<
G4endl;
77 }
78 return pView;
79}
◆ GetOutFileName()
G4String G4ASCIITree::GetOutFileName |
( |
| ) |
const |
|
inline |
◆ GetVerbosity()
G4int G4ASCIITree::GetVerbosity |
( |
| ) |
const |
|
inline |
◆ SetOutFileName()
void G4ASCIITree::SetOutFileName |
( |
const G4String & | name | ) |
|
|
inline |
◆ SetVerbosity()
void G4ASCIITree::SetVerbosity |
( |
G4int | verbosity | ) |
|
|
inline |
◆ fOutFileName
◆ fpMessenger
◆ fVerbosity
G4int G4ASCIITree::fVerbosity |
|
protected |
The documentation for this class was generated from the following files: