34 #ifndef vtkImageButterworthHighPass_h
35 #define vtkImageButterworthHighPass_h
38 #include "vtkImagingFourierModule.h"
54 vtkSetVector3Macro(CutOff,
double);
56 void SetXCutOff(
double v);
57 void SetYCutOff(
double v);
58 void SetZCutOff(
double v);
59 vtkGetVector3Macro(CutOff,
double);
70 vtkGetMacro(Order,
int);
84 int outExt[6],
int id);
~vtkImageButterworthHighPass()
Generic filter that has one input.
Frequency domain high pass.
a simple class to control print indentation
topologically and geometrically regular array of data
double GetYCutOff()
Set/Get the cutoff frequency for each axis.
double GetZCutOff()
Set/Get the cutoff frequency for each axis.
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, multiple threads will be spawned, and each thread will call this method.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetCutOff(double v)
Set/Get the cutoff frequency for each axis.
double GetXCutOff()
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.