|
| virtual int | IsA (const char *type) |
| |
| vtkRenderedSurfaceRepresentation * | NewInstance () const |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| virtual void | ApplyViewTheme (vtkViewTheme *theme) |
| |
|
| virtual void | SetCellColorArrayName (const char *arrayName) |
| |
| virtual const char * | GetCellColorArrayName () |
| |
| vtkRenderedRepresentation * | NewInstance () const |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| virtual void | SetLabelRenderMode (int) |
| |
| virtual int | GetLabelRenderMode () |
| |
| vtkDataRepresentation * | NewInstance () const |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| virtual void | ApplyViewTheme (vtkViewTheme *vtkNotUsed(theme)) |
| |
| vtkAlgorithmOutput * | GetInputConnection (int port=0, int index=0) |
| |
| vtkAnnotationLink * | GetAnnotationLink () |
| |
| void | SetAnnotationLink (vtkAnnotationLink *link) |
| |
| void | Select (vtkView *view, vtkSelection *selection) |
| |
| void | Select (vtkView *view, vtkSelection *selection, bool extend) |
| |
| void | Annotate (vtkView *view, vtkAnnotationLayers *annotations) |
| |
| void | Annotate (vtkView *view, vtkAnnotationLayers *annotations, bool extend) |
| |
| virtual void | SetSelectable (bool) |
| |
| virtual bool | GetSelectable () |
| |
| virtual void | SelectableOn () |
| |
| virtual void | SelectableOff () |
| |
| void | UpdateSelection (vtkSelection *selection) |
| |
| void | UpdateSelection (vtkSelection *selection, bool extend) |
| |
| void | UpdateAnnotations (vtkAnnotationLayers *annotations) |
| |
| void | UpdateAnnotations (vtkAnnotationLayers *annotations, bool extend) |
| |
| virtual vtkAlgorithmOutput * | GetInternalAnnotationOutputPort () |
| |
| virtual vtkAlgorithmOutput * | GetInternalAnnotationOutputPort (int port) |
| |
| virtual vtkAlgorithmOutput * | GetInternalAnnotationOutputPort (int port, int conn) |
| |
| virtual vtkAlgorithmOutput * | GetInternalSelectionOutputPort () |
| |
| virtual vtkAlgorithmOutput * | GetInternalSelectionOutputPort (int port) |
| |
| virtual vtkAlgorithmOutput * | GetInternalSelectionOutputPort (int port, int conn) |
| |
| virtual vtkAlgorithmOutput * | GetInternalOutputPort () |
| |
| virtual vtkAlgorithmOutput * | GetInternalOutputPort (int port) |
| |
| virtual vtkAlgorithmOutput * | GetInternalOutputPort (int port, int conn) |
| |
| virtual void | SetSelectionType (int) |
| |
| virtual int | GetSelectionType () |
| |
| virtual void | SetSelectionArrayNames (vtkStringArray *names) |
| |
| virtual vtkStringArray * | GetSelectionArrayNames () |
| |
| virtual void | SetSelectionArrayName (const char *name) |
| |
| virtual const char * | GetSelectionArrayName () |
| |
|
| virtual vtkObjectBase * | NewInstanceInternal () const |
| |
| | vtkRenderedSurfaceRepresentation () |
| |
| | ~vtkRenderedSurfaceRepresentation () |
| |
| virtual void | PrepareForRendering (vtkRenderView *view) |
| |
| virtual bool | AddToView (vtkView *view) |
| |
| virtual bool | RemoveFromView (vtkView *view) |
| |
| virtual vtkSelection * | ConvertSelection (vtkView *view, vtkSelection *selection) |
| |
| virtual char * | GetCellColorArrayNameInternal () |
| |
| virtual void | SetCellColorArrayNameInternal (const char *) |
| |
|
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| |
| | vtkRenderedRepresentation () |
| |
| | ~vtkRenderedRepresentation () |
| |
| vtkUnicodeString | GetHoverText (vtkView *view, vtkProp *prop, vtkIdType cell) |
| |
| void | AddPropOnNextRender (vtkProp *p) |
| |
| void | RemovePropOnNextRender (vtkProp *p) |
| |
| virtual vtkUnicodeString | GetHoverTextInternal (vtkSelection *) |
| |
| | vtkDataRepresentation () |
| |
| | ~vtkDataRepresentation () |
| |
| virtual void | ProcessEvents (vtkObject *caller, unsigned long eventId, void *callData) |
| |
| virtual bool | AddToView (vtkView *vtkNotUsed(view)) |
| |
| virtual bool | RemoveFromView (vtkView *vtkNotUsed(view)) |
| |
| virtual vtkAnnotationLayers * | ConvertAnnotations (vtkView *view, vtkAnnotationLayers *annotations) |
| |
| vtkTrivialProducer * | GetInternalInput (int port, int conn) |
| |
| void | SetInternalInput (int port, int conn, vtkTrivialProducer *producer) |
| |
| virtual void | SetAnnotationLinkInternal (vtkAnnotationLink *link) |
| |
Displays a geometric dataset as a surface.
vtkRenderedSurfaceRepresentation is used to show a geometric dataset in a view. The representation uses a vtkGeometryFilter to convert the dataset to polygonal data (e.g. volumetric data is converted to its external surface). The representation may then be added to vtkRenderView.
- Tests:
- vtkRenderedSurfaceRepresentation (Tests)
Definition at line 51 of file vtkRenderedSurfaceRepresentation.h.