35#ifndef vtkAreaContourSpectrumFilter_h 
   36#define vtkAreaContourSpectrumFilter_h 
   39#include "vtkFiltersGeneralModule.h"  
   41VTK_ABI_NAMESPACE_BEGIN
 
   65  vtkSetMacro(NumberOfSamples, 
int);
 
   66  vtkGetMacro(NumberOfSamples, 
int);
 
compute an approximation of the area contour signature (evolution of the area of the input surface al...
 
static vtkAreaContourSpectrumFilter * New()
 
vtkAreaContourSpectrumFilter()
 
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
 
int FillInputPortInformation(int portNumber, vtkInformation *) override
Fill the input port information objects for this algorithm.
 
~vtkAreaContourSpectrumFilter() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int FillOutputPortInformation(int portNumber, vtkInformation *info) override
Fill the output port information objects for this algorithm.
 
Superclass for algorithms that produce only data object as output.
 
a simple class to control print indentation
 
A table, which contains similar-typed columns of data.