#include <G4VisCommandsViewer.hh>
Definition at line 299 of file G4VisCommandsViewer.hh.
◆ G4VisCommandViewerZoom() [1/2]
G4VisCommandViewerZoom::G4VisCommandViewerZoom |
( |
| ) |
|
Definition at line 1642 of file G4VisCommandsViewer.cc.
1646 G4bool omitable, currentAsDefault;
1649 (
"/vis/viewer/zoom",
this);
1652 (
"Multiplies current magnification by this factor.");
1655 currentAsDefault=
true);
1658 (
"/vis/viewer/zoomTo",
this);
1661 (
"Magnifies standard magnification by this factor.");
1664 currentAsDefault=
true);
G4UIcmdWithADouble * fpCommandZoom
G4UIcmdWithADouble * fpCommandZoomTo
◆ ~G4VisCommandViewerZoom()
G4VisCommandViewerZoom::~G4VisCommandViewerZoom |
( |
| ) |
|
|
virtual |
◆ G4VisCommandViewerZoom() [2/2]
◆ GetCurrentValue()
Reimplemented from G4UImessenger.
Definition at line 1672 of file G4VisCommandsViewer.cc.
1680 return currentValue;
G4UIcmdWithADouble * fpCommandZoom
static G4String ConvertToString(G4bool boolVal)
G4UIcmdWithADouble * fpCommandZoomTo
◆ operator=()
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 1683 of file G4VisCommandsViewer.cc.
1690 if (!currentViewer) {
1693 "ERROR: G4VisCommandsViewerZoom::SetNewValue: no current viewer." G4UIcmdWithADouble * fpCommandZoom
G4VViewer * GetCurrentViewer() const
void SetViewParameters(G4VViewer *, const G4ViewParameters &)
G4double GetZoomFactor() const
G4GLOB_DLL std::ostream G4cout
void SetZoomFactor(G4double zoomFactor)
static G4double GetNewDoubleValue(const char *paramString)
G4UIcmdWithADouble * fpCommandZoomTo
void MultiplyZoomFactor(G4double zoomFactorMultiplier)
static Verbosity GetVerbosity()
const G4ViewParameters & GetViewParameters() const
G4GLOB_DLL std::ostream G4cerr
static G4VisManager * fpVisManager
◆ fpCommandZoom
◆ fpCommandZoomTo
◆ fZoomMultiplier
G4double G4VisCommandViewerZoom::fZoomMultiplier |
|
private |
◆ fZoomTo
G4double G4VisCommandViewerZoom::fZoomTo |
|
private |
The documentation for this class was generated from the following files: