API Reference for Enthought Tool Suite 3.2.0
Code to help with managing a TVTK data set in Pythonic ways.
Gets the scalar, vector and tensor attributes that are available in the given VTK data object.
Returns if the array is a scalar ('scalars'), vector ('vectors') or tensor ('tensors'). It looks at the number of components to decide. If it has a wierd number of components it returns the empty string.
Gets scalar, vector and tensor information from the given data (either cell or point data).
| Local name | Refers to |
|---|---|
| Array | enthought.traits.trait_numeric.Array |
| array2vtk | enthought.tvtk.array_handler.array2vtk |
| Dict | enthought.traits.trait_types.Dict |
| HasTraits | enthought.traits.has_traits.HasTraits |
| Instance | enthought.traits.trait_types.Instance |
| Property | enthought.traits.traits.Property |
| Str | enthought.traits.trait_types.Str |
| tvtk | enthought.tvtk.tvtk.tvtk |
© Copyright 2002-2009 Enthought, Inc.