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
vtkUnstructuredGridToReebGraphFilter Class Reference

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

#include <vtkUnstructuredGridToReebGraphFilter.h>

Inherits vtkDirectedGraphAlgorithm.

Public Types

typedef vtkDirectedGraphAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkUnstructuredGridToReebGraphFilter ()
 
 ~vtkUnstructuredGridToReebGraphFilter ()
 
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 vtkUnstructuredGrid.

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:
vtkUnstructuredGridToReebGraphFilter (Tests)

Definition at line 36 of file vtkUnstructuredGridToReebGraphFilter.h.

Member Typedef Documentation

typedef vtkDirectedGraphAlgorithm vtkUnstructuredGridToReebGraphFilter::Superclass

Definition at line 42 of file vtkUnstructuredGridToReebGraphFilter.h.

Constructor & Destructor Documentation

vtkUnstructuredGridToReebGraphFilter::vtkUnstructuredGridToReebGraphFilter ( )
protected
vtkUnstructuredGridToReebGraphFilter::~vtkUnstructuredGridToReebGraphFilter ( )
protected

Member Function Documentation

static vtkUnstructuredGridToReebGraphFilter* vtkUnstructuredGridToReebGraphFilter::New ( )
static
static int vtkUnstructuredGridToReebGraphFilter::IsTypeOf ( const char *  type)
static
virtual int vtkUnstructuredGridToReebGraphFilter::IsA ( const char *  type)
virtual
static vtkUnstructuredGridToReebGraphFilter* vtkUnstructuredGridToReebGraphFilter::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkUnstructuredGridToReebGraphFilter::NewInstanceInternal ( ) const
protectedvirtual
vtkUnstructuredGridToReebGraphFilter* vtkUnstructuredGridToReebGraphFilter::NewInstance ( ) const
void vtkUnstructuredGridToReebGraphFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkUnstructuredGridToReebGraphFilter::SetFieldId ( int  )
virtual

Set the scalar field id (default = 0).

virtual int vtkUnstructuredGridToReebGraphFilter::GetFieldId ( )
virtual

Set the scalar field id (default = 0).

vtkReebGraph* vtkUnstructuredGridToReebGraphFilter::GetOutput ( )
int vtkUnstructuredGridToReebGraphFilter::FillInputPortInformation ( int  portNumber,
vtkInformation *   
)
protected
int vtkUnstructuredGridToReebGraphFilter::FillOutputPortInformation ( int  ,
vtkInformation *   
)
protected
int vtkUnstructuredGridToReebGraphFilter::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

Member Data Documentation

int vtkUnstructuredGridToReebGraphFilter::FieldId
protected

Definition at line 58 of file vtkUnstructuredGridToReebGraphFilter.h.


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