Go to the documentation of this file.
46 #ifndef vtkReebGraphSurfaceSkeletonFilter_h
47 #define vtkReebGraphSurfaceSkeletonFilter_h
49 #include "vtkFiltersReebGraphModule.h"
68 vtkSetMacro(NumberOfSamples,
int);
69 vtkGetMacro(NumberOfSamples,
int);
77 vtkSetMacro(NumberOfSmoothingIterations,
int);
78 vtkGetMacro(NumberOfSmoothingIterations,
int);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A table, which contains similar-typed columns of data.
Superclass for algorithms that produce only data object as output.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
int FillOutputPortInformation(int portNumber, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Reeb graph computation for PL scalar fields.
int FillInputPortInformation(int portNumber, vtkInformation *) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
vtkReebGraphSurfaceSkeletonFilter()
int NumberOfSmoothingIterations
static vtkReebGraphSurfaceSkeletonFilter * New()
compute a skeletal embedding of the Reeb graph of a scalar field defined on a triangulated surface (v...
~vtkReebGraphSurfaceSkeletonFilter()