|
| G4VtkQtViewer (G4VSceneHandler &, const G4String &name) |
|
| ~G4VtkQtViewer () override |
|
void | Initialise () override |
|
virtual void | CreateMainWindow (QVTKOpenGLNativeWidget *, const QString &) |
|
void | FinishView () override |
|
void | createSceneTreeWidget () |
|
void | createSceneTreeComponent () |
|
QTreeWidgetItem * | createTreeWidgetItem (const PVPath &fullPath, const QString &name, int copyNb, int POIndex, const QString &logicalName, Qt::CheckState state, QTreeWidgetItem *parentTreeNode, const G4Colour &color) |
|
void | addNonPVSceneTreeElement (const G4String &model, G4Visible &visible, int currentPOIndex) |
|
void | addPVSceneTreeElement (const G4String &model, G4PhysicalVolumeModel *pPVModel, int currentPOIndex) |
|
QString | getModelShortName (const G4String &model) |
|
bool | parseAndInsertInSceneTree (QTreeWidgetItem *parentItem, G4PhysicalVolumeModel *pPVModel, unsigned int fullPathIndex, const QString &parentRoot, unsigned int currentIndexInTreeSceneHandler, int currentPVPOIndex) |
|
void | EnableClipperWidget () override |
|
void | SetWidgetInteractor (vtkAbstractWidget *widget) 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 | ExportX3DScene (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 | 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) |
|
void | ExportView () |
|
void | SetGeant4View () |
|
| G4VViewer (G4VSceneHandler &, G4int id, const G4String &name="") |
|
virtual | ~G4VViewer () |
|
virtual void | ResetView () |
|
void | RefreshView () |
|
virtual G4bool | ReadyToDraw () |
|
std::vector< G4ThreeVector > | ComputeFlyThrough (G4Vector3D *) |
|
virtual void | DoneWithMasterThread () |
|
virtual void | MovingToVisSubThread () |
|
virtual void | SwitchToVisSubThread () |
|
virtual void | DoneWithVisSubThread () |
|
virtual void | MovingToMasterThread () |
|
virtual void | SwitchToMasterThread () |
|
void | InsertModelInSceneTree (G4VModel *) |
|
const G4SceneTreeItem & | GetSceneTree () |
|
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 50 of file G4VtkQtViewer.hh.