34#ifndef vtkImageButterworthLowPass_h
35#define vtkImageButterworthLowPass_h
37#include "vtkImagingFourierModule.h"
81 int outExt[6],
int id)
override;
void SetZCutOff(double cutOff)
Set/Get the cutoff frequency for each axis.
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,...
static vtkImageButterworthLowPass * New()
vtkImageButterworthLowPass()
double GetZCutOff()
Set/Get the cutoff frequency for each axis.
double GetXCutOff()
Set/Get the cutoff frequency for each axis.
void SetYCutOff(double cutOff)
Set/Get the cutoff frequency for each axis.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetXCutOff(double cutOff)
Set/Get the cutoff frequency for each axis.
void SetCutOff(double v)
Set/Get the cutoff frequency for each axis.
~vtkImageButterworthLowPass() override=default
double GetYCutOff()
Set/Get the cutoff frequency for each axis.
topologically and geometrically regular array of data
a simple class to control print indentation
vtkThreadedImageAlgorithm()