 |
VTK
9.1.0
|
Go to the documentation of this file.
60 #ifndef vtkImageIdealHighPass_h
61 #define vtkImageIdealHighPass_h
63 #include "vtkImagingFourierModule.h"
79 vtkSetVector3Macro(CutOff,
double);
84 vtkGetVector3Macro(CutOff,
double);
98 int outExt[6],
int id)
override;
void SetCutOff(double v)
Set/Get the cutoff frequency for each axis.
~vtkImageIdealHighPass() override=default
Generic filter that has one input.
Simple frequency domain band pass.
topologically and geometrically regular array of data
a simple class to control print indentation
static vtkImageIdealHighPass * New()
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 PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetZCutOff(double cutOff)
Set/Get the cutoff frequency for each axis.
double GetZCutOff()
Set/Get the cutoff frequency for each axis.
void SetXCutOff(double cutOff)
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.
double GetYCutOff()
Set/Get the cutoff frequency for each axis.