vtkPolyDataToReebGraphFilter Class Reference

#include <vtkPolyDataToReebGraphFilter.h>

Inheritance diagram for vtkPolyDataToReebGraphFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkPolyDataToReebGraphFilter:

Collaboration graph
[legend]

List of all members.


Detailed Description

generate a Reeb graph from a scalar field defined on a vtkPolyData.

The filter will first try to pull as a scalar field the vtkDataArray with Id 'fieldId' of the mesh's vtkPointData. If this field does not exist, the filter will use the vtkElevationFilter to generate a default scalar field.

Tests:
vtkPolyDataToReebGraphFilter (Tests)

Definition at line 35 of file vtkPolyDataToReebGraphFilter.h.


Public Types

typedef vtkDirectedGraphAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
vtkReebGraphGetOutput ()
virtual void SetFieldId (int)
virtual int GetFieldId ()

Static Public Member Functions

static
vtkPolyDataToReebGraphFilter
New ()
static int IsTypeOf (const char *type)
static
vtkPolyDataToReebGraphFilter
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPolyDataToReebGraphFilter ()
 ~vtkPolyDataToReebGraphFilter ()
int FillInputPortInformation (int portNumber, vtkInformation *)
int FillOutputPortInformation (int, vtkInformation *)
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

int FieldId

Member Typedef Documentation

Reimplemented from vtkDirectedGraphAlgorithm.

Definition at line 40 of file vtkPolyDataToReebGraphFilter.h.


Constructor & Destructor Documentation

vtkPolyDataToReebGraphFilter::vtkPolyDataToReebGraphFilter (  )  [protected]

vtkPolyDataToReebGraphFilter::~vtkPolyDataToReebGraphFilter (  )  [protected]


Member Function Documentation

static vtkPolyDataToReebGraphFilter* vtkPolyDataToReebGraphFilter::New (  )  [static]

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

Reimplemented from vtkDirectedGraphAlgorithm.

virtual const char* vtkPolyDataToReebGraphFilter::GetClassName (  )  [virtual]

Reimplemented from vtkDirectedGraphAlgorithm.

static int vtkPolyDataToReebGraphFilter::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 vtkDirectedGraphAlgorithm.

virtual int vtkPolyDataToReebGraphFilter::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 vtkDirectedGraphAlgorithm.

static vtkPolyDataToReebGraphFilter* vtkPolyDataToReebGraphFilter::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkDirectedGraphAlgorithm.

void vtkPolyDataToReebGraphFilter::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 vtkDirectedGraphAlgorithm.

virtual void vtkPolyDataToReebGraphFilter::SetFieldId ( int   )  [virtual]

Set the scalar field id (default = 0).

virtual int vtkPolyDataToReebGraphFilter::GetFieldId (  )  [virtual]

Set the scalar field id (default = 0).

vtkReebGraph* vtkPolyDataToReebGraphFilter::GetOutput (  ) 

Get the output data object for a port on this algorithm.

Reimplemented from vtkDirectedGraphAlgorithm.

int vtkPolyDataToReebGraphFilter::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkDirectedGraphAlgorithm.

int vtkPolyDataToReebGraphFilter::FillOutputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkDirectedGraphAlgorithm.

int vtkPolyDataToReebGraphFilter::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkDirectedGraphAlgorithm.


Member Data Documentation

Definition at line 56 of file vtkPolyDataToReebGraphFilter.h.


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

Generated on Wed Aug 24 11:57:13 2011 for VTK by  doxygen 1.5.6