vtkRenderedSurfaceRepresentation Class Reference

#include <vtkRenderedSurfaceRepresentation.h>

Inheritance diagram for vtkRenderedSurfaceRepresentation:

Inheritance graph
[legend]
Collaboration diagram for vtkRenderedSurfaceRepresentation:

Collaboration graph
[legend]

List of all members.


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


Public Types

typedef vtkRenderedRepresentation Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
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 (vtkObject *o)

Protected Member Functions

 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

Member Typedef Documentation

Reimplemented from vtkRenderedRepresentation.

Definition at line 54 of file vtkRenderedSurfaceRepresentation.h.


Constructor & Destructor Documentation

vtkRenderedSurfaceRepresentation::vtkRenderedSurfaceRepresentation (  )  [protected]

vtkRenderedSurfaceRepresentation::~vtkRenderedSurfaceRepresentation (  )  [protected]


Member Function Documentation

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]


Member Data Documentation

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.

Internal pipeline objects.

Definition at line 101 of file vtkRenderedSurfaceRepresentation.h.

Definition at line 105 of file vtkRenderedSurfaceRepresentation.h.


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

Generated on Mon Sep 27 18:47:21 2010 for VTK by  doxygen 1.5.6