#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 41 of file G4ASCIITree.hh.
◆ G4ASCIITree()
G4ASCIITree::G4ASCIITree |
( |
| ) |
|
Definition at line 38 of file G4ASCIITree.cc.
41 "A graphics system to dump geometry hierarchy" 42 "\n to standard output as an ASCII stream.",
G4ASCIITreeMessenger * fpMessenger
G4VTree(const G4String &name, const G4String &nickname, const G4String &description, Functionality f)
◆ ~G4ASCIITree()
G4ASCIITree::~G4ASCIITree |
( |
| ) |
|
|
virtual |
Definition at line 50 of file G4ASCIITree.cc.
G4ASCIITreeMessenger * fpMessenger
◆ CreateSceneHandler()
◆ CreateViewer()
Implements G4VGraphicsSystem.
Definition at line 59 of file G4ASCIITree.cc.
64 if (pView -> GetViewId () < 0) {
65 G4cout <<
"G4ASCIITree::CreateViewer: ERROR flagged by negative" 66 " view id in G4ASCIITreeViewer creation." 67 "\n Destroying view and returning null pointer." 74 G4cout <<
"G4ASCIITree::CreateViewer: ERROR: null pointer on" 75 " new G4ASCIITreeViewer." <<
G4endl;
G4GLOB_DLL std::ostream G4cout
◆ 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: