Section: Visualization Toolkit Graphics Classes
Note that the image is interpreted as follows: zero values indicate that the structured grid point is blanked; non-zero values indicate that the structured grid point is visible. The blanking data must be unsigned char.
To create an instance of class vtkBlankStructuredGridWithImage, simply invoke its constructor as follows
obj = vtkBlankStructuredGridWithImage
obj
is an instance of the vtkBlankStructuredGridWithImage class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkBlankStructuredGridWithImage = obj.NewInstance ()
vtkBlankStructuredGridWithImage = obj.SafeDownCast (vtkObject o)
obj.SetBlankingInput (vtkImageData input)
- Set / get the input image used to perform the blanking.
vtkImageData = obj.GetBlankingInput ()
- Set / get the input image used to perform the blanking.