29 #ifndef vtkPolyDataToReebGraphFilter_h
30 #define vtkPolyDataToReebGraphFilter_h
32 #include "vtkFiltersGeneralModule.h"
50 vtkGetMacro(FieldId,
int);
61 int FillInputPortInformation(
int portNumber,
vtkInformation *) VTK_OVERRIDE;
66 vtkInformationVector*) VTK_OVERRIDE;
static vtkDirectedGraphAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Reeb graph computation for PL scalar fields.
Superclass for algorithms that produce only directed graph as output.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
generate a Reeb graph from a scalar field defined on a vtkPolyData.
vtkDirectedGraph * GetOutput()
Get the output data object for a port on this algorithm.