|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   43 #ifndef vtkReebGraphSurfaceSkeletonFilter_h 
   44 #define vtkReebGraphSurfaceSkeletonFilter_h 
   47 #include "vtkFiltersReebGraphModule.h"  
   64   vtkSetMacro(NumberOfSamples, 
int);
 
   65   vtkGetMacro(NumberOfSamples, 
int);
 
   73   vtkSetMacro(NumberOfSmoothingIterations, 
int);
 
   74   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 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
int NumberOfSmoothingIterations
vtkDataObject * GetOutput()
Get the output data object for a port on this algorithm.
compute a skeletal embedding of the Reeb graph of a scalar field defined on a triangulated surface (v...
static vtkDataObjectAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.