46 #ifndef __vtkAreaContourSpectrumFilter_h
47 #define __vtkAreaContourSpectrumFilter_h
49 #include "vtkFiltersGeneralModule.h"
50 #include "vtkDataObjectAlgorithm.h"
55 public vtkDataObjectAlgorithm
60 void PrintSelf(ostream& os, vtkIndent indent);
65 vtkSetMacro(ArcId, vtkIdType);
66 vtkGetMacro(ArcId, vtkIdType);
71 vtkSetMacro(NumberOfSamples,
int);
72 vtkGetMacro(NumberOfSamples,
int);
77 vtkSetMacro(FieldId, vtkIdType);
78 vtkGetMacro(FieldId, vtkIdType);
81 vtkTable* GetOutput();
90 int FillInputPortInformation(
int portNumber, vtkInformation *);
91 int FillOutputPortInformation(
int portNumber, vtkInformation *info);
93 int RequestData(vtkInformation *request,
94 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
compute an approximation of the area contour signature (evolution of the area of the input surface al...