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