Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageIdealLowPass, simply invoke its constructor as follows
obj = vtkImageIdealLowPass
obj is an instance of the vtkImageIdealLowPass class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageIdealLowPass = obj.NewInstance ()
vtkImageIdealLowPass = 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 ()