#include <G4GMocrenFileViewer.hh>
Definition at line 43 of file G4GMocrenFileViewer.hh.
◆ G4GMocrenFileViewer()
Definition at line 61 of file G4GMocrenFileViewer.cc.
64 :
G4VViewer (sceneHandler, sceneHandler.IncrementViewCount (),
name),
69 if( getenv(
"G4GMocrenFile_VIEWER" ) != NULL ) {
70 char * env = getenv(
"G4GMocrenFile_VIEWER" );
71 int len = std::strlen(env);
73 G4Exception(
"G4GMocrenFileViewer::G4GMocrenFileViewer(*)",
75 "Invalid length of string set in G4GMocrenFile_VIEWER");
91 int len = std::strlen(gddfname);
93 G4Exception(
"G4GMocrenFileViewer::G4GMocrenFileViewer(*)",
95 "Invalid length of the GDD file name");
char kG4GddViewerInvocation[64]
G4VViewer(G4VSceneHandler &, G4int id, const G4String &name="")
G4GMocrenFileSceneHandler & kSceneHandler
const char * GetGddFileName()
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ ~G4GMocrenFileViewer()
G4GMocrenFileViewer::~G4GMocrenFileViewer |
( |
| ) |
|
|
virtual |
◆ ClearView()
void G4GMocrenFileViewer::ClearView |
( |
void |
| ) |
|
|
virtual |
Implements G4VViewer.
Definition at line 120 of file G4GMocrenFileViewer.cc.
124 G4cout <<
"***** G4GMocrenFileViewer::ClearView (): No effects " <<
G4endl;
G4GLOB_DLL std::ostream G4cout
G4GMocrenFileSceneHandler & kSceneHandler
static Verbosity GetVerbosity()
◆ DrawView()
void G4GMocrenFileViewer::DrawView |
( |
| ) |
|
|
virtual |
Implements G4VViewer.
Definition at line 137 of file G4GMocrenFileViewer.cc.
141 G4cout <<
"***** G4GMocrenFileViewer::DrawView () " <<
G4endl;
G4GLOB_DLL std::ostream G4cout
G4GMocrenFileSceneHandler & kSceneHandler
static Verbosity GetVerbosity()
◆ GetG4GddViewer()
const char* G4GMocrenFileViewer::GetG4GddViewer |
( |
| ) |
|
|
inline |
◆ GetG4GddViewerInvocation()
const char* G4GMocrenFileViewer::GetG4GddViewerInvocation |
( |
| ) |
|
|
inline |
◆ SetView()
void G4GMocrenFileViewer::SetView |
( |
| ) |
|
|
virtual |
◆ ShowView()
void G4GMocrenFileViewer::ShowView |
( |
void |
| ) |
|
|
virtual |
Reimplemented from G4VViewer.
Definition at line 157 of file G4GMocrenFileViewer.cc.
161 G4cout <<
"***** G4GMocrenFileViewer::ShowView () " <<
G4endl;
183 int len = std::strlen(gddfname);
187 "Invalid length of the GDD file name");
char kG4GddViewerInvocation[64]
G4GLOB_DLL std::ostream G4cout
G4GMocrenFileSceneHandler & kSceneHandler
const char * GetGddFileName()
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static Verbosity GetVerbosity()
◆ kG4GddViewer
char G4GMocrenFileViewer::kG4GddViewer[32] |
|
private |
◆ kG4GddViewerInvocation
char G4GMocrenFileViewer::kG4GddViewerInvocation[64] |
|
private |
◆ kSceneHandler
The documentation for this class was generated from the following files: