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