#include <vtkRenderedSurfaceRepresentation.h>
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.
Definition at line 50 of file vtkRenderedSurfaceRepresentation.h.
Reimplemented from vtkRenderedRepresentation.
Definition at line 54 of file vtkRenderedSurfaceRepresentation.h.
vtkRenderedSurfaceRepresentation::vtkRenderedSurfaceRepresentation | ( | ) | [protected] |
vtkRenderedSurfaceRepresentation::~vtkRenderedSurfaceRepresentation | ( | ) | [protected] |
static vtkRenderedSurfaceRepresentation* vtkRenderedSurfaceRepresentation::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkRenderedRepresentation.
virtual const char* vtkRenderedSurfaceRepresentation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkRenderedRepresentation.
static int vtkRenderedSurfaceRepresentation::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkRenderedRepresentation.
virtual int vtkRenderedSurfaceRepresentation::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkRenderedRepresentation.
static vtkRenderedSurfaceRepresentation* vtkRenderedSurfaceRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkRenderedRepresentation.
void vtkRenderedSurfaceRepresentation::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkRenderedRepresentation.
virtual void vtkRenderedSurfaceRepresentation::SetCellColorArrayName | ( | const char * | arrayName | ) | [virtual] |
Sets the color array name
virtual const char* vtkRenderedSurfaceRepresentation::GetCellColorArrayName | ( | ) | [inline, virtual] |
Sets the color array name
Definition at line 60 of file vtkRenderedSurfaceRepresentation.h.
virtual void vtkRenderedSurfaceRepresentation::ApplyViewTheme | ( | vtkViewTheme * | theme | ) | [virtual] |
Apply a theme to this representation.
virtual int vtkRenderedSurfaceRepresentation::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
Sets the input pipeline connection to this representation.
Reimplemented from vtkDataRepresentation.
virtual void vtkRenderedSurfaceRepresentation::PrepareForRendering | ( | vtkRenderView * | view | ) | [protected, virtual] |
Performs per-render operations.
Reimplemented from vtkRenderedRepresentation.
virtual bool vtkRenderedSurfaceRepresentation::AddToView | ( | vtkView * | view | ) | [protected, virtual] |
Adds the representation to the view. This is called from vtkView::AddRepresentation().
virtual bool vtkRenderedSurfaceRepresentation::RemoveFromView | ( | vtkView * | view | ) | [protected, virtual] |
Removes the representation to the view. This is called from vtkView::RemoveRepresentation().
virtual vtkSelection* vtkRenderedSurfaceRepresentation::ConvertSelection | ( | vtkView * | view, | |
vtkSelection * | selection | |||
) | [protected, virtual] |
Convert the selection to a type appropriate for sharing with other representations through vtkAnnotationLink. If the selection cannot be applied to this representation, returns NULL.
Reimplemented from vtkDataRepresentation.
virtual char* vtkRenderedSurfaceRepresentation::GetCellColorArrayNameInternal | ( | ) | [protected, virtual] |
virtual void vtkRenderedSurfaceRepresentation::SetCellColorArrayNameInternal | ( | const char * | ) | [protected, virtual] |
Internal pipeline objects.
Definition at line 97 of file vtkRenderedSurfaceRepresentation.h.
Internal pipeline objects.
Definition at line 98 of file vtkRenderedSurfaceRepresentation.h.
Internal pipeline objects.
Definition at line 99 of file vtkRenderedSurfaceRepresentation.h.
Internal pipeline objects.
Definition at line 100 of file vtkRenderedSurfaceRepresentation.h.
vtkActor* vtkRenderedSurfaceRepresentation::Actor [protected] |
Internal pipeline objects.
Definition at line 101 of file vtkRenderedSurfaceRepresentation.h.
char* vtkRenderedSurfaceRepresentation::CellColorArrayNameInternal [protected] |
Definition at line 105 of file vtkRenderedSurfaceRepresentation.h.