33 #ifndef __vtkImageButterworthHighPass_h
34 #define __vtkImageButterworthHighPass_h
50 vtkSetVector3Macro(CutOff,
double);
52 void SetXCutOff(
double v);
53 void SetYCutOff(
double v);
54 void SetZCutOff(
double v);
55 vtkGetVector3Macro(CutOff,
double);
63 vtkSetMacro(Order,
int);
64 vtkGetMacro(Order,
int);
78 int outExt[6],
int id);
~vtkImageButterworthHighPass()
void PrintSelf(ostream &os, vtkIndent indent)
Generic filter that has one input..
Frequency domain high pass.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
static vtkAlgorithm * New()