45 #ifndef __vtkReebGraphSurfaceSkeletonFilter_h
46 #define __vtkReebGraphSurfaceSkeletonFilter_h
48 #include "vtkFiltersReebGraphModule.h"
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);
94 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
vtkDataObject * GetOutput()
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Reeb graph computation for PL scalar fields.
compute a skeletal embedding of the Reeb graph of a scalar field defined on a triangulated surface (v...
virtual int FillInputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only data object as output.
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int NumberOfSmoothingIterations
virtual int FillOutputPortInformation(int port, vtkInformation *info)