34 #ifndef vtkImageIdealHighPass_h
35 #define vtkImageIdealHighPass_h
38 #include "vtkImagingFourierModule.h"
54 vtkSetVector3Macro(CutOff,
double);
59 vtkGetVector3Macro(CutOff,
double);
75 int outExt[6],
int id);
topologically and geometrically regular array of data
Simple frequency domain band pass.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id)
If the subclass does not define an Execute method, then the task will be broken up,...
static vtkImageIdealHighPass * New()
void SetYCutOff(double v)
void SetZCutOff(double v)
void SetXCutOff(double v)
a simple class to control print indentation
Generic filter that has one input.