Section: Visualization Toolkit Graphics Classes
AttributeTypes: SCALARS, VECTORS, NORMALS, TCOORDS, TENSORS Field locations: DATA_OBJECT, POINT_DATA, CELL_DATA @endverbatim Note that, by default, the original array is also passed through.
To create an instance of class vtkSplitField, simply invoke its constructor as follows
obj = vtkSplitField
obj
is an instance of the vtkSplitField class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkSplitField = obj.NewInstance ()
vtkSplitField = obj.SafeDownCast (vtkObject o)
obj.SetInputField (int attributeType, int fieldLoc)
- Use the given attribute in the field data given
by fieldLoc as input.
obj.SetInputField (string name, int fieldLoc)
- Use the array with given name in the field data given
by fieldLoc as input.
obj.SetInputField (string name, string fieldLoc)
- Helper method used by other language bindings. Allows the caller to
specify arguments as strings instead of enums.
obj.Split (int component, string arrayName)
- Create a new array with the given component.