API Reference for Enthought Tool Suite 3.0.1
Defines the class that describes the information on the inputs and outputs of an object in the pipeline.
Attribute.
Attribute = Enum('any', 'none', 'scalars', 'vectors', 'tensors')
Attribute type.
AttributeType = Enum('any', 'cell', 'point', 'none')
The list of datasets supported.
DataSet = Enum('none', 'any', 'image_data', 'rectilinear_grid', 'poly_data', 'structured_grid', 'unstructured_grid')
Given a TVTK dataset dataset return the string dataset type of the dataset.
| Local name | Refers to |
|---|---|
| Enum | enthought.traits.trait_types.Enum |
| HasTraits | enthought.traits.has_traits.HasTraits |
| List | enthought.traits.trait_types.List |
© Copyright 2002-2008 Enthought, Inc.