46 #ifndef __vtkVolumeContourSpectrumFilter_h
47 #define __vtkVolumeContourSpectrumFilter_h
49 #include "vtkFiltersGeneralModule.h"
50 #include "vtkDataObjectAlgorithm.h"
56 public vtkDataObjectAlgorithm
61 void PrintSelf(ostream& os, vtkIndent indent);
66 vtkSetMacro(ArcId, vtkIdType);
67 vtkGetMacro(ArcId, vtkIdType);
72 vtkSetMacro(NumberOfSamples,
int);
73 vtkGetMacro(NumberOfSamples,
int);
78 vtkSetMacro(FieldId, vtkIdType);
79 vtkGetMacro(FieldId, vtkIdType);
82 vtkTable* GetOutput();
91 int FillInputPortInformation(
int portNumber, vtkInformation *);
92 int FillOutputPortInformation(
int portNumber, vtkInformation *info);
94 int RequestData(vtkInformation *request,
95 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
compute an approximation of the volume contour signature (evolution of the volume of the input tet-me...