Geant4-11
Functions
anonymous_namespace{G4VisCommandsViewer.cc} Namespace Reference

Functions

void WriteCommands (std::ostream &os, const G4ViewParameters &vp, const G4Point3D &stp)
 

Function Documentation

◆ WriteCommands()

void anonymous_namespace{G4VisCommandsViewer.cc}::WriteCommands ( std::ostream &  os,
const G4ViewParameters vp,
const G4Point3D stp 
)

Definition at line 1851 of file G4VisCommandsViewer.cc.

1855 {
1856 os
1857 << vp.CameraAndLightingCommands(stp)
1858 << vp.DrawingStyleCommands()
1860 << vp.TouchableCommands()
1861 << vp.TimeWindowCommands()
1862 << std::endl;
1863 }
G4String CameraAndLightingCommands(const G4Point3D standardTargetPoint) const
G4String SceneModifyingCommands() const
G4String TimeWindowCommands() const
G4String TouchableCommands() const
G4String DrawingStyleCommands() const

References G4ViewParameters::CameraAndLightingCommands(), G4ViewParameters::DrawingStyleCommands(), G4ViewParameters::SceneModifyingCommands(), G4ViewParameters::TimeWindowCommands(), and G4ViewParameters::TouchableCommands().

Referenced by G4VisCommandViewerSave::SetNewValue().