#include <G4VisCommandsViewer.hh>
Definition at line 158 of file G4VisCommandsViewer.hh.
◆ G4VisCommandViewerDolly() [1/2]
G4VisCommandViewerDolly::G4VisCommandViewerDolly |
( |
| ) |
|
Definition at line 774 of file G4VisCommandsViewer.cc.
778 G4bool omitable, currentAsDefault;
781 (
"/vis/viewer/dolly",
this);
783 (
"Incremental dolly.");
785 (
"Moves the camera incrementally towards target point.");
788 currentAsDefault=
true);
792 (
"/vis/viewer/dollyTo",
this);
794 (
"Dolly to specific coordinate.");
796 (
"Places the camera towards target point relative to standard camera point.");
799 currentAsDefault=
true);
G4UIcmdWithADoubleAndUnit * fpCommandDolly
G4UIcmdWithADoubleAndUnit * fpCommandDollyTo
◆ ~G4VisCommandViewerDolly()
G4VisCommandViewerDolly::~G4VisCommandViewerDolly |
( |
| ) |
|
|
virtual |
Definition at line 803 of file G4VisCommandsViewer.cc.
G4UIcmdWithADoubleAndUnit * fpCommandDolly
G4UIcmdWithADoubleAndUnit * fpCommandDollyTo
◆ G4VisCommandViewerDolly() [2/2]
◆ GetCurrentValue()
Reimplemented from G4UImessenger.
Definition at line 808 of file G4VisCommandsViewer.cc.
static G4String ConvertToString(G4bool boolVal)
G4UIcmdWithADoubleAndUnit * fpCommandDolly
G4UIcmdWithADoubleAndUnit * fpCommandDollyTo
◆ operator=()
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 819 of file G4VisCommandsViewer.cc.
826 if (!currentViewer) {
829 "ERROR: G4VisCommandsViewerDolly::SetNewValue: no current viewer." G4VViewer * GetCurrentViewer() const
void SetViewParameters(G4VViewer *, const G4ViewParameters &)
static G4double GetNewDoubleValue(const char *paramString)
G4UIcmdWithADoubleAndUnit * fpCommandDolly
G4GLOB_DLL std::ostream G4cout
void SetDolly(G4double dolly)
G4double GetDolly() const
static Verbosity GetVerbosity()
const G4ViewParameters & GetViewParameters() const
G4UIcmdWithADoubleAndUnit * fpCommandDollyTo
void IncrementDolly(G4double dollyIncrement)
G4GLOB_DLL std::ostream G4cerr
static G4VisManager * fpVisManager
◆ fDollyIncrement
G4double G4VisCommandViewerDolly::fDollyIncrement |
|
private |
◆ fDollyTo
G4double G4VisCommandViewerDolly::fDollyTo |
|
private |
◆ fpCommandDolly
◆ fpCommandDollyTo
The documentation for this class was generated from the following files: