46 #ifndef __vtkReebGraphVolumeSkeletonFilter_h
47 #define __vtkReebGraphVolumeSkeletonFilter_h
49 #include "vtkFiltersReebGraphModule.h"
62 void PrintSelf(ostream& os, vtkIndent indent);
67 vtkSetMacro(NumberOfSamples,
int);
68 vtkGetMacro(NumberOfSamples,
int);
73 vtkSetMacro(NumberOfSmoothingIterations,
int);
74 vtkGetMacro(NumberOfSmoothingIterations,
int);
79 vtkSetMacro(FieldId, vtkIdType);
80 vtkGetMacro(FieldId, vtkIdType);
96 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
vtkDataObject * GetOutput()
static vtkDataObjectAlgorithm * New()
int NumberOfSmoothingIterations
void PrintSelf(ostream &os, vtkIndent indent)
compute a skeletal embedding of the Reeb graph of a scalar field defined on a tetrahedral mesh (vtkUn...
Reeb graph computation for PL scalar fields.
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 *)
virtual int FillOutputPortInformation(int port, vtkInformation *info)