31 #ifndef vtkImageButterworthHighPass_h
32 #define vtkImageButterworthHighPass_h
34 #include "vtkImagingFourierModule.h"
50 vtkSetVector3Macro(CutOff,
double);
55 vtkGetVector3Macro(CutOff,
double);
65 vtkSetMacro(Order,
int);
66 vtkGetMacro(Order,
int);
78 int outExt[6],
int id)
override;
Frequency domain high pass.
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
~vtkImageButterworthHighPass() override
static vtkImageButterworthHighPass * New()
void SetZCutOff(double v)
void SetXCutOff(double v)
void SetYCutOff(double v)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImageButterworthHighPass()
topologically and geometrically regular array of data
a simple class to control print indentation
Generic filter that has one input.