VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPolyDataToReebGraphFilter Class Reference

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

#include <vtkPolyDataToReebGraphFilter.h>

Inherits vtkDirectedGraphAlgorithm.

Public Types

typedef vtkDirectedGraphAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkPolyDataToReebGraphFilterNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
vtkReebGraph * GetOutput ()
 
virtual void SetFieldId (int)
 
virtual int GetFieldId ()
 

Static Public Member Functions

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

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkPolyDataToReebGraphFilter ()
 
 ~vtkPolyDataToReebGraphFilter ()
 
int FillInputPortInformation (int portNumber, vtkInformation *)
 
int FillOutputPortInformation (int, vtkInformation *)
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

int FieldId
 

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 36 of file vtkPolyDataToReebGraphFilter.h.

Member Typedef Documentation

typedef vtkDirectedGraphAlgorithm vtkPolyDataToReebGraphFilter::Superclass

Definition at line 41 of file vtkPolyDataToReebGraphFilter.h.

Constructor & Destructor Documentation

vtkPolyDataToReebGraphFilter::vtkPolyDataToReebGraphFilter ( )
protected
vtkPolyDataToReebGraphFilter::~vtkPolyDataToReebGraphFilter ( )
protected

Member Function Documentation

static vtkPolyDataToReebGraphFilter* vtkPolyDataToReebGraphFilter::New ( )
static
static int vtkPolyDataToReebGraphFilter::IsTypeOf ( const char *  type)
static
virtual int vtkPolyDataToReebGraphFilter::IsA ( const char *  type)
virtual
static vtkPolyDataToReebGraphFilter* vtkPolyDataToReebGraphFilter::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkPolyDataToReebGraphFilter::NewInstanceInternal ( ) const
protectedvirtual
vtkPolyDataToReebGraphFilter* vtkPolyDataToReebGraphFilter::NewInstance ( ) const
void vtkPolyDataToReebGraphFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
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 ( )
int vtkPolyDataToReebGraphFilter::FillInputPortInformation ( int  portNumber,
vtkInformation *   
)
protected
int vtkPolyDataToReebGraphFilter::FillOutputPortInformation ( int  ,
vtkInformation *   
)
protected
int vtkPolyDataToReebGraphFilter::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

Member Data Documentation

int vtkPolyDataToReebGraphFilter::FieldId
protected

Definition at line 56 of file vtkPolyDataToReebGraphFilter.h.


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