28 #ifndef __vtkPolyDataToReebGraphFilter_h
29 #define __vtkPolyDataToReebGraphFilter_h
31 #include "vtkFiltersGeneralModule.h"
32 #include "vtkDirectedGraphAlgorithm.h"
37 public vtkDirectedGraphAlgorithm
42 void PrintSelf(ostream& os, vtkIndent indent);
46 vtkSetMacro(FieldId,
int);
47 vtkGetMacro(FieldId,
int);
50 vtkReebGraph* GetOutput();
58 int FillInputPortInformation(
int portNumber, vtkInformation *);
59 int FillOutputPortInformation(
int, vtkInformation *);
61 int RequestData(vtkInformation*,
62 vtkInformationVector**,
63 vtkInformationVector*);
generate a Reeb graph from a scalar field defined on a vtkPolyData.