33 #ifndef __vtkImageIdealHighPass_h
34 #define __vtkImageIdealHighPass_h
37 #include "vtkImagingFourierModule.h"
38 #include "vtkThreadedImageAlgorithm.h"
45 void PrintSelf(ostream& os, vtkIndent indent);
51 vtkSetVector3Macro(CutOff,
double);
53 void SetXCutOff(
double v);
54 void SetYCutOff(
double v);
55 void SetZCutOff(
double v);
56 vtkGetVector3Macro(CutOff,
double);
68 void ThreadedRequestData(vtkInformation *request,
69 vtkInformationVector **inputVector,
70 vtkInformationVector *outputVector,
71 vtkImageData ***inData, vtkImageData **outData,
72 int outExt[6],
int id);
Simple frequency domain band pass.