17#ifndef vtkUnstructuredGridToReebGraphFilter_h 
   18#define vtkUnstructuredGridToReebGraphFilter_h 
   21#include "vtkFiltersReebGraphModule.h"  
   23VTK_ABI_NAMESPACE_BEGIN
 
   38  vtkSetMacro(FieldId, 
int);
 
   39  vtkGetMacro(FieldId, 
int);
 
Superclass for algorithms that produce only directed graph as output.
 
a simple class to control print indentation
 
Reeb graph computation for PL scalar fields.
 
generate a Reeb graph from a scalar field defined on a vtkUnstructuredGrid.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkUnstructuredGridToReebGraphFilter * New()
 
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
 
vtkReebGraph * GetOutput()
 
~vtkUnstructuredGridToReebGraphFilter() override
 
int FillInputPortInformation(int portNumber, vtkInformation *) override
Fill the input port information objects for this algorithm.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
vtkUnstructuredGridToReebGraphFilter()