45 #ifndef __vtkReebGraphSurfaceSkeletonFilter_h
46 #define __vtkReebGraphSurfaceSkeletonFilter_h
48 #include "vtkFiltersReebGraphModule.h"
49 #include "vtkDataObjectAlgorithm.h"
55 public vtkDataObjectAlgorithm
60 void PrintSelf(ostream& os, vtkIndent indent);
65 vtkSetMacro(NumberOfSamples,
int);
66 vtkGetMacro(NumberOfSamples,
int);
71 vtkSetMacro(NumberOfSmoothingIterations,
int);
72 vtkGetMacro(NumberOfSmoothingIterations,
int);
77 vtkSetMacro(FieldId, vtkIdType);
78 vtkGetMacro(FieldId, vtkIdType);
81 vtkTable* GetOutput();
90 int FillInputPortInformation(
int portNumber, vtkInformation *);
91 int FillOutputPortInformation(
int portNumber, vtkInformation *info);
93 int RequestData(vtkInformation *request,
94 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
compute a skeletal embedding of the Reeb graph of a scalar field defined on a triangulated surface (v...
int NumberOfSmoothingIterations