#include <G4VisCommandsViewerDefault.hh>
◆ G4VisCommandViewerDefaultStyle() [1/2]
G4VisCommandViewerDefaultStyle::G4VisCommandViewerDefaultStyle |
( |
| ) |
|
Definition at line 107 of file G4VisCommandsViewerDefault.cc.
113 (
"Set style of drawing - w[ireframe] or s[urface].");
115 (
"(Default hidden line drawing is controlled by \"/vis/viewer/default/hiddenEdge\".)");
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetGuidance(const char *aGuidance)
G4UIcmdWithAString * fpCommand
void SetCandidates(const char *candidateList)
◆ ~G4VisCommandViewerDefaultStyle()
G4VisCommandViewerDefaultStyle::~G4VisCommandViewerDefaultStyle |
( |
| ) |
|
|
virtual |
◆ G4VisCommandViewerDefaultStyle() [2/2]
◆ GetCurrentValue()
◆ operator=()
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 130 of file G4VisCommandsViewerDefault.cc.
138 const size_t iPos0 = 0;
139 if (newValue[iPos0] ==
'w') {
140 switch (existingStyle) {
153 else if (newValue[iPos0] ==
's') {
154 switch (existingStyle) {
169 G4cerr <<
"ERROR: \"" << newValue <<
"\" not recognised." 170 " Looking for 'w' or 's' first character." <<
G4endl;
DrawingStyle GetDrawingStyle() const
const G4ViewParameters & GetDefaultViewParameters() const
void SetDefaultViewParameters(const G4ViewParameters &)
G4GLOB_DLL std::ostream G4cout
void SetDrawingStyle(G4ViewParameters::DrawingStyle style)
static Verbosity GetVerbosity()
G4GLOB_DLL std::ostream G4cerr
static G4VisManager * fpVisManager
◆ fpCommand
The documentation for this class was generated from the following files: