41#ifndef vtkImageButterworthHighPass_h
42#define vtkImageButterworthHighPass_h
44#include "vtkImagingFourierModule.h"
47VTK_ABI_NAMESPACE_BEGIN
61 vtkSetVector3Macro(CutOff,
double);
66 vtkGetVector3Macro(CutOff,
double);
76 vtkSetMacro(Order,
int);
77 vtkGetMacro(Order,
int);
89 int outExt[6],
int id)
override;
Frequency domain high pass.
void SetXCutOff(double cutOff)
Set/Get the cutoff frequency for each axis.
double GetZCutOff()
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,...
void SetZCutOff(double cutOff)
Set/Get the cutoff frequency for each axis.
void SetCutOff(double v)
Set/Get the cutoff frequency for each axis.
double GetYCutOff()
Set/Get the cutoff frequency for each axis.
double GetXCutOff()
Set/Get the cutoff frequency for each axis.
static vtkImageButterworthHighPass * New()
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.
vtkImageButterworthHighPass()
~vtkImageButterworthHighPass() override=default
topologically and geometrically regular array of data
a simple class to control print indentation
Generic filter that has one input.