Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageDecomposeFilter, simply invoke its constructor as follows
obj = vtkImageDecomposeFilter
obj
is an instance of the vtkImageDecomposeFilter class.
string = obj.GetClassName ()
- Construct an instance of vtkImageDecomposeFilter filter with default
dimensionality 3.
int = obj.IsA (string name)
- Construct an instance of vtkImageDecomposeFilter filter with default
dimensionality 3.
vtkImageDecomposeFilter = obj.NewInstance ()
- Construct an instance of vtkImageDecomposeFilter filter with default
dimensionality 3.
vtkImageDecomposeFilter = obj.SafeDownCast (vtkObject o)
- Construct an instance of vtkImageDecomposeFilter filter with default
dimensionality 3.
obj.SetDimensionality (int dim)
- Dimensionality is the number of axes which are considered during
execution. To process images dimensionality would be set to 2.
int = obj.GetDimensionality ()
- Dimensionality is the number of axes which are considered during
execution. To process images dimensionality would be set to 2.