34#ifndef vtkImageIdealLowPass_h
35#define vtkImageIdealLowPass_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 SetYCutOff(double v)
void SetXCutOff(double v)
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,...
void SetZCutOff(double v)
static vtkImageIdealLowPass * New()
a simple class to control print indentation
Generic filter that has one input.