46 #ifndef __vtkReebGraphVolumeSkeletonFilter_h
47 #define __vtkReebGraphVolumeSkeletonFilter_h
49 #include "vtkFiltersReebGraphModule.h"
50 #include "vtkDataObjectAlgorithm.h"
56 public vtkDataObjectAlgorithm
61 vtkDataObjectAlgorithm);
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);
83 vtkTable* GetOutput();
92 int FillInputPortInformation(
int portNumber, vtkInformation *);
93 int FillOutputPortInformation(
int portNumber, vtkInformation *info);
95 int RequestData(vtkInformation *request,
96 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
int NumberOfSmoothingIterations
compute a skeletal embedding of the Reeb graph of a scalar field defined on a tetrahedral mesh (vtkUn...