28 #ifndef __vtkUnstructuredGridToReebGraphFilter_h
29 #define __vtkUnstructuredGridToReebGraphFilter_h
31 #include "vtkFiltersReebGraphModule.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
47 vtkSetMacro(FieldId,
int);
48 vtkGetMacro(FieldId,
int);
64 vtkInformationVector**,
65 vtkInformationVector*);
generate a Reeb graph from a scalar field defined on a vtkUnstructuredGrid.
static vtkDirectedGraphAlgorithm * New()
Reeb graph computation for PL scalar fields.
Superclass for algorithms that produce only directed graph as output.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkDirectedGraph * GetOutput()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)