26#ifndef vtkUnstructuredGridToReebGraphFilter_h
27#define vtkUnstructuredGridToReebGraphFilter_h
30#include "vtkFiltersReebGraphModule.h"
46 vtkSetMacro(FieldId,
int);
47 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()