#include <G4VisCommandsViewer.hh>
Definition at line 260 of file G4VisCommandsViewer.hh.
◆ G4VisCommandViewerScale() [1/2]
G4VisCommandViewerScale::G4VisCommandViewerScale |
( |
| ) |
|
Definition at line 1434 of file G4VisCommandsViewer.cc.
1438 G4bool omitable, currentAsDefault;
1441 (
"/vis/viewer/scale",
this);
1442 fpCommandScale -> SetGuidance (
"Incremental (non-uniform) scaling.");
1444 (
"Multiplies components of current scaling by components of this factor." 1445 "\n Scales (x,y,z) by corresponding components of the resulting factor.");
1449 (
"x-scale-multiplier",
"y-scale-multiplier",
"z-scale-multiplier",
1450 omitable=
true, currentAsDefault=
true);
1453 (
"/vis/viewer/scaleTo",
this);
1456 (
"Scales (x,y,z) by corresponding components of this factor.");
1458 (
"x-scale-factor",
"y-scale-factor",
"z-scale-factor",
1459 omitable=
true, currentAsDefault=
true);
G4UIcmdWith3Vector * fpCommandScaleTo
G4Vector3D fScaleMultiplier
G4UIcmdWith3Vector * fpCommandScale
◆ ~G4VisCommandViewerScale()
G4VisCommandViewerScale::~G4VisCommandViewerScale |
( |
| ) |
|
|
virtual |
◆ G4VisCommandViewerScale() [2/2]
◆ GetCurrentValue()
Reimplemented from G4UImessenger.
Definition at line 1467 of file G4VisCommandsViewer.cc.
1475 return currentValue;
CLHEP::Hep3Vector G4ThreeVector
static G4String ConvertToString(G4bool boolVal)
G4UIcmdWith3Vector * fpCommandScaleTo
G4Vector3D fScaleMultiplier
G4UIcmdWith3Vector * fpCommandScale
◆ operator=()
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 1478 of file G4VisCommandsViewer.cc.
1485 if (!currentViewer) {
1488 "ERROR: G4VisCommandsViewerScale::SetNewValue: no current viewer." G4VViewer * GetCurrentViewer() const
void SetScaleFactor(const G4Vector3D &scaleFactor)
void SetViewParameters(G4VViewer *, const G4ViewParameters &)
G4UIcmdWith3Vector * fpCommandScaleTo
G4Vector3D fScaleMultiplier
G4GLOB_DLL std::ostream G4cout
static G4ThreeVector GetNew3VectorValue(const char *paramString)
const G4Vector3D & GetScaleFactor() const
G4UIcmdWith3Vector * fpCommandScale
static Verbosity GetVerbosity()
const G4ViewParameters & GetViewParameters() const
void MultiplyScaleFactor(const G4Vector3D &scaleFactorMultiplier)
G4GLOB_DLL std::ostream G4cerr
static G4VisManager * fpVisManager
◆ fpCommandScale
◆ fpCommandScaleTo
◆ fScaleMultiplier
G4Vector3D G4VisCommandViewerScale::fScaleMultiplier |
|
private |
◆ fScaleTo
The documentation for this class was generated from the following files: