VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkRenderedSurfaceRepresentation Class Reference

Displays a geometric dataset as a surface. More...

#include <vtkRenderedSurfaceRepresentation.h>

Inheritance diagram for vtkRenderedSurfaceRepresentation:
Inheritance graph
[legend]
Collaboration diagram for vtkRenderedSurfaceRepresentation:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkRenderedRepresentation Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkRenderedSurfaceRepresentationNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void ApplyViewTheme (vtkViewTheme *theme)
virtual void SetCellColorArrayName (const char *arrayName)
virtual const char * GetCellColorArrayName ()

Static Public Member Functions

static
vtkRenderedSurfaceRepresentation
New ()
static int IsTypeOf (const char *type)
static
vtkRenderedSurfaceRepresentation
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkRenderedSurfaceRepresentation ()
 ~vtkRenderedSurfaceRepresentation ()
virtual void PrepareForRendering (vtkRenderView *view)
virtual bool AddToView (vtkView *view)
virtual bool RemoveFromView (vtkView *view)
virtual vtkSelectionConvertSelection (vtkView *view, vtkSelection *selection)
virtual char * GetCellColorArrayNameInternal ()
virtual void SetCellColorArrayNameInternal (const char *)
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)

Protected Attributes

char * CellColorArrayNameInternal
vtkTransformFilterTransformFilter
vtkApplyColorsApplyColors
vtkGeometryFilterGeometryFilter
vtkPolyDataMapperMapper
vtkActorActor

Detailed Description

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.


Member Typedef Documentation

Reimplemented from vtkRenderedRepresentation.

Definition at line 55 of file vtkRenderedSurfaceRepresentation.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

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.

Reimplemented from vtkRenderedRepresentation.

Reimplemented from vtkRenderedRepresentation.

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 61 of file vtkRenderedSurfaceRepresentation.h.

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 void vtkRenderedSurfaceRepresentation::SetCellColorArrayNameInternal ( const char *  ) [protected, virtual]

Member Data Documentation

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.

Internal pipeline objects.

Definition at line 101 of file vtkRenderedSurfaceRepresentation.h.

Internal pipeline objects.

Definition at line 102 of file vtkRenderedSurfaceRepresentation.h.

Definition at line 106 of file vtkRenderedSurfaceRepresentation.h.


The documentation for this class was generated from the following file: