17 #ifndef vtkUnstructuredGridToReebGraphFilter_h
18 #define vtkUnstructuredGridToReebGraphFilter_h
21 #include "vtkFiltersReebGraphModule.h"
23 VTK_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()
vtkReebGraph * GetOutput()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
~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()