22 #ifndef vtkImageIdealHighPass_h
23 #define vtkImageIdealHighPass_h
25 #include "vtkImagingFourierModule.h"
28 VTK_ABI_NAMESPACE_BEGIN
42 vtkSetVector3Macro(CutOff,
double);
44 void SetXCutOff(
double cutOff);
45 void SetYCutOff(
double cutOff);
46 void SetZCutOff(
double cutOff);
47 vtkGetVector3Macro(CutOff,
double);
61 int outExt[6],
int id)
override;
double GetYCutOff()
Set/Get the cutoff frequency for each axis.
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
Simple frequency domain band pass.
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.
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.
double GetZCutOff()
Set/Get the cutoff frequency for each axis.