34 #ifndef vtkReebGraphSurfaceSkeletonFilter_h
35 #define vtkReebGraphSurfaceSkeletonFilter_h
38 #include "vtkFiltersReebGraphModule.h"
40 VTK_ABI_NAMESPACE_BEGIN
56 vtkSetMacro(NumberOfSamples,
int);
57 vtkGetMacro(NumberOfSamples,
int);
65 vtkSetMacro(NumberOfSmoothingIterations,
int);
66 vtkGetMacro(NumberOfSmoothingIterations,
int);
vtkDataObject * GetOutput()
Get the output data object for a port on this algorithm.
static vtkDataObjectAlgorithm * New()
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Reeb graph computation for PL scalar fields.
a simple class to control print indentation
compute a skeletal embedding of the Reeb graph of a scalar field defined on a triangulated surface (v...
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
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.