|
| | vtkTypeMacro (SVTK_Actor, SVTK_DeviceActor) |
| |
| virtual void | Initialize () |
| | Initialiaze the instance completely. More...
|
| |
| void | SetSource (vtkUnstructuredGrid *theUnstructuredGrid) |
| | Allows to set an external source. More...
|
| |
| vtkUnstructuredGrid * | GetSource () |
| | Get its internal data set. More...
|
| |
| virtual void | AddToRender (vtkRenderer *theRenderer) |
| |
| virtual void | RemoveFromRender (vtkRenderer *theRenderer) |
| |
| virtual void | MapCells (SALOME_Actor *theMapActor, const TColStd_IndexedMapOfInteger &theMapIndex) |
| | Allow to recostruct selected cells from source SALOME_Actor and map of subindexes. More...
|
| |
| virtual void | MapPoints (SALOME_Actor *theMapActor, const TColStd_IndexedMapOfInteger &theMapIndex) |
| | Allow to recostruct selected points from source SALOME_Actor and map of subindexes. More...
|
| |
| virtual void | MapEdge (SALOME_Actor *theMapActor, const TColStd_IndexedMapOfInteger &theMapIndex) |
| | Allow to recostruct selected edges from source SALOME_Actor and map of subindexes. More...
|
| |
| const TColStd_IndexedMapOfInteger & | GetMapIndex () const |
| |
| | vtkTypeMacro (SVTK_DeviceActor, vtkLODActor) |
| |
| virtual void | SetTransform (VTKViewer_Transform *theTransform) |
| | Apply a view transformation. More...
|
| |
| virtual void | SetMapper (vtkMapper *theMapper) |
| | To insert some additional filters and then sets the given #vtkMapper. More...
|
| |
| virtual vtkDataSet * | GetInput () |
| | Allows to get initial #vtkDataSet. More...
|
| |
| virtual void | SetInputData (vtkDataSet *theDataSet) |
| | Allows to set initial #vtkDataSet. More...
|
| |
| virtual void | SetInputConnection (vtkAlgorithmOutput *theAlgorithmOutput) |
| | Allows to set initial #vtkAlgorithmOutput. More...
|
| |
| virtual vtkMTimeType | GetMTime () |
| |
| virtual void | Render (vtkRenderer *, vtkMapper *) |
| |
| VTKViewer_DataSetMapper * | GetDataSetMapper () |
| |
| virtual void | SetQuadraticArcMode (bool theFlag) |
| | Setting for displaying quadratic elements. More...
|
| |
| virtual bool | GetQuadraticArcMode () |
| |
| virtual void | SetQuadraticArcAngle (double theMaxAngle) |
| |
| virtual double | GetQuadraticArcAngle () |
| |
| virtual void | SetCoincident3DAllowed (bool theIsFeatureEdgesAllowed) |
| |
| virtual bool | IsCoincident3DAllowed () const |
| |
| void | SetResolveCoincidentTopology (bool theIsResolve) |
| |
| virtual int | GetNodeObjId (int theVtkID) |
| |
| virtual double * | GetNodeCoord (int theObjID) |
| |
| virtual int | GetElemObjId (int theVtkID) |
| |
| virtual vtkCell * | GetElemCell (int theObjID) |
| |
| virtual void | SetStoreMapping (bool theStoreMapping) |
| | To provide VTK to Object and backward mapping. More...
|
| |
| double | GetShrinkFactor () |
| |
| virtual void | SetShrinkFactor (double value) |
| |
| virtual void | SetShrinkable (bool theIsShrinkable) |
| |
| bool | IsShrunkable () |
| |
| bool | IsShrunk () |
| |
| virtual void | SetShrink () |
| |
| virtual void | UnShrink () |
| |
| virtual bool | IsFeatureEdgesAllowed () |
| |
| virtual void | SetFeatureEdgesAllowed (bool theIsFeatureEdgesAllowed) |
| |
| virtual bool | IsFeatureEdgesEnabled () |
| |
| virtual void | SetFeatureEdgesEnabled (bool theIsFeatureEdgesEnabled) |
| |
| virtual double | GetFeatureEdgesAngle () |
| |
| virtual void | SetFeatureEdgesAngle (double theAngle) |
| |
| virtual void | GetFeatureEdgesFlags (bool &theIsFeatureEdges, bool &theIsBoundaryEdges, bool &theIsManifoldEdges, bool &theIsNonManifoldEdges) |
| |
| virtual void | SetFeatureEdgesFlags (bool theIsFeatureEdges, bool theIsBoundaryEdges, bool theIsManifoldEdges, bool theIsNonManifoldEdges) |
| |
| virtual bool | GetFeatureEdgesColoring () |
| |
| virtual void | SetFeatureEdgesColoring (bool theIsColoring) |
| |
| virtual void | SetRepresentation (VTKViewer::Representation::Type theMode) |
| |
| VTKViewer::Representation::Type | GetRepresentation () |
| |
| virtual double | GetDefaultPointSize () |
| |
| virtual double | GetDefaultLineWidth () |
| |
| bool | IsShaded () |
| |
| void | SetShaded (bool theShaded) |
| |
| void | SetBallEnabled (bool) |
| |
| void | SetMarkerEnabled (bool) |
| |
| void | SetBallScale (double) |
| |
| void | SetMarkerStd (VTK::MarkerType, VTK::MarkerScale) |
| |
| void | SetMarkerTexture (int, VTK::MarkerTexture) |
| |
| VTK::MarkerType | GetMarkerType () |
| |
| VTK::MarkerScale | GetMarkerScale () |
| |
| int | GetMarkerTexture () |
| |