Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageLaplacian, simply invoke its constructor as follows
obj = vtkImageLaplacian
obj
is an instance of the vtkImageLaplacian class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageLaplacian = obj.NewInstance ()
vtkImageLaplacian = obj.SafeDownCast (vtkObject o)
obj.SetDimensionality (int )
- Determines how the input is interpreted (set of 2d slices ...)
int = obj.GetDimensionalityMinValue ()
- Determines how the input is interpreted (set of 2d slices ...)
int = obj.GetDimensionalityMaxValue ()
- Determines how the input is interpreted (set of 2d slices ...)
int = obj.GetDimensionality ()
- Determines how the input is interpreted (set of 2d slices ...)