34#ifndef vtkImageButterworthHighPass_h
35#define vtkImageButterworthHighPass_h
38#include "vtkImagingFourierModule.h"
54 vtkSetVector3Macro(CutOff,
double);
59 vtkGetVector3Macro(CutOff,
double);
70 vtkGetMacro(Order,
int);
84 int outExt[6],
int id);
Frequency domain high pass.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkImageButterworthHighPass()
void SetZCutOff(double v)
void SetXCutOff(double v)
static vtkImageButterworthHighPass * New()
void SetYCutOff(double v)
vtkImageButterworthHighPass()
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,...
topologically and geometrically regular array of data
a simple class to control print indentation
Generic filter that has one input.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.