|
| G4VtkOffscreenViewer (G4VSceneHandler &, const G4String &name) |
|
| ~G4VtkOffscreenViewer () override |
|
void | Initialise () override |
|
void | FinishView () override |
|
| G4VtkViewer (G4VSceneHandler &, const G4String &name) |
|
void | Initialise () override |
|
| ~G4VtkViewer () override |
|
void | SetView () override |
|
void | ClearView () override |
|
void | DrawView () override |
|
void | ShowView () override |
|
void | FinishView () override |
|
void | ExportScreenShot (G4String, G4String) |
|
void | ExportOBJScene (G4String) |
|
void | ExportVRMLScene (G4String) |
|
void | ExportVTPScene (G4String) |
|
void | ExportGLTFScene (G4String) |
|
void | ExportJSONRenderWindowScene (G4String) |
|
void | ExportVTPCutter (G4String fileName) |
|
void | ExportFormatStore (G4String fileName, G4String store) |
|
void | DrawShadows () |
|
void | EnableShadows () |
|
void | DisableShadows () |
|
void | AddViewHUD () |
|
void | EnableHUD () |
|
void | DisableHUD () |
|
virtual void | AddClipperPlaneWidget (const G4Plane3D &plane) |
|
void | EnableClipper (const G4Plane3D &plane, G4bool widget) |
|
void | DisableClipper () |
|
virtual void | EnableClipperWidget () |
|
virtual void | DisableClipperWidget () |
|
virtual void | AddCutterPlaneWidget (const G4Plane3D &plane) |
|
void | EnableCutter (const G4Plane3D &plane, G4bool bWidget) |
|
void | DisableCutter (G4String name) |
|
virtual void | EnableCutterWidget () |
|
virtual void | DisableCutterWidget () |
|
virtual void | AddCameraOrientationWidget () |
|
virtual void | EnableCameraOrientationWidget () |
|
virtual void | DisableCameraOrientationWidget () |
|
void | AddImageOverlay (const G4String &fileName, const G4double alpha, const G4double imageBottomLeft[2], const G4double worldBottomLeft[2], const G4double imageTopRight[2], const G4double worldTopRight[2], const G4double rot[3], const G4double trans[3]) |
|
void | AddGeometryOverlay (const G4String &fileName, const G4double colour[3], const G4double alpha, const G4String &representation, const G4double scale[3], const G4double rotation[3], const G4double translation[3]) |
|
void | Render () |
|
void | StartInteractor () |
|
void | Print () |
|
void | SetPolyhedronPipeline (const G4String &t) |
|
virtual void | SetWidgetInteractor (vtkAbstractWidget *widget) |
|
void | ExportView () |
|
void | SetGeant4View () |
|
| G4VViewer (G4VSceneHandler &, G4int id, const G4String &name="") |
|
virtual | ~G4VViewer () |
|
virtual void | ResetView () |
|
void | RefreshView () |
|
std::vector< G4ThreeVector > | ComputeFlyThrough (G4Vector3D *) |
|
SceneTreeScene & | AccessSceneTreeScene () |
|
G4SceneTreeItem & | AccessSceneTree () |
|
void | UpdateGUISceneTree () |
|
const G4String & | GetName () const |
|
const G4String & | GetShortName () const |
|
void | SetName (const G4String &) |
|
G4int | GetViewId () const |
|
G4VSceneHandler * | GetSceneHandler () const |
|
const G4ViewParameters & | GetViewParameters () const |
|
const G4ViewParameters & | GetDefaultViewParameters () const |
|
G4double | GetKernelVisitElapsedTimeSeconds () const |
|
virtual const std::vector< G4ModelingParameters::VisAttributesModifier > * | GetPrivateVisAttributesModifiers () const |
|
void | SetViewParameters (const G4ViewParameters &vp) |
|
void | SetDefaultViewParameters (const G4ViewParameters &vp) |
|
const G4VisAttributes * | GetApplicableVisAttributes (const G4VisAttributes *) const |
|
void | SetNeedKernelVisit (G4bool need) |
|
void | NeedKernelVisit () |
|
void | ProcessView () |
|
Definition at line 31 of file G4VtkOffscreenViewer.hh.