Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkBlankStructuredGrid, simply invoke its constructor as follows
obj = vtkBlankStructuredGrid
obj
is an instance of the vtkBlankStructuredGrid class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkBlankStructuredGrid = obj.NewInstance ()
vtkBlankStructuredGrid = obj.SafeDownCast (vtkObject o)
obj.SetMinBlankingValue (double )
- Specify the lower data value in the data array specified which will be
converted into a "blank" (or off) value in the blanking array.
double = obj.GetMinBlankingValue ()
- Specify the lower data value in the data array specified which will be
converted into a "blank" (or off) value in the blanking array.
obj.SetMaxBlankingValue (double )
- Specify the upper data value in the data array specified which will be
converted into a "blank" (or off) value in the blanking array.
double = obj.GetMaxBlankingValue ()
- Specify the upper data value in the data array specified which will be
converted into a "blank" (or off) value in the blanking array.
obj.SetArrayName (string )
- Specify the data array name to use to generate the blanking
field. Alternatively, you can specify the array id. (If both are set,
the array name takes precedence.)
string = obj.GetArrayName ()
- Specify the data array name to use to generate the blanking
field. Alternatively, you can specify the array id. (If both are set,
the array name takes precedence.)
obj.SetArrayId (int )
- Specify the data array id to use to generate the blanking
field. Alternatively, you can specify the array name. (If both are set,
the array name takes precedence.)
int = obj.GetArrayId ()
- Specify the data array id to use to generate the blanking
field. Alternatively, you can specify the array name. (If both are set,
the array name takes precedence.)
obj.SetComponent (int )
- Specify the component in the data array to use to generate the blanking
field.
int = obj.GetComponentMinValue ()
- Specify the component in the data array to use to generate the blanking
field.
int = obj.GetComponentMaxValue ()
- Specify the component in the data array to use to generate the blanking
field.
int = obj.GetComponent ()
- Specify the component in the data array to use to generate the blanking
field.