Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageButterworthHighPass, simply invoke its constructor as follows
obj = vtkImageButterworthHighPass
obj is an instance of the vtkImageButterworthHighPass class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageButterworthHighPass = obj.NewInstance ()
vtkImageButterworthHighPass = obj.SafeDownCast (vtkObject o)
obj.SetCutOff (double , double , double ) - Set/Get the cutoff frequency for each axis.
The values are specified in the order X, Y, Z, Time.
Units: Cycles per world unit (as defined by the data spacing).
obj.SetCutOff (double a[3]) - Set/Get the cutoff frequency for each axis.
The values are specified in the order X, Y, Z, Time.
Units: Cycles per world unit (as defined by the data spacing).
obj.SetCutOff (double v) - Set/Get the cutoff frequency for each axis.
The values are specified in the order X, Y, Z, Time.
Units: Cycles per world unit (as defined by the data spacing).
obj.SetXCutOff (double v) - Set/Get the cutoff frequency for each axis.
The values are specified in the order X, Y, Z, Time.
Units: Cycles per world unit (as defined by the data spacing).
obj.SetYCutOff (double v) - Set/Get the cutoff frequency for each axis.
The values are specified in the order X, Y, Z, Time.
Units: Cycles per world unit (as defined by the data spacing).
obj.SetZCutOff (double v) - Set/Get the cutoff frequency for each axis.
The values are specified in the order X, Y, Z, Time.
Units: Cycles per world unit (as defined by the data spacing).
double = obj. GetCutOff () - Set/Get the cutoff frequency for each axis.
The values are specified in the order X, Y, Z, Time.
Units: Cycles per world unit (as defined by the data spacing).
double = obj.GetXCutOff () - Set/Get the cutoff frequency for each axis.
The values are specified in the order X, Y, Z, Time.
Units: Cycles per world unit (as defined by the data spacing).
double = obj.GetYCutOff () - Set/Get the cutoff frequency for each axis.
The values are specified in the order X, Y, Z, Time.
Units: Cycles per world unit (as defined by the data spacing).
double = obj.GetZCutOff () - The order determines sharpness of the cutoff curve.
obj.SetOrder (int ) - The order determines sharpness of the cutoff curve.
int = obj.GetOrder () - The order determines sharpness of the cutoff curve.