API Reference for Enthought Tool Suite 3.2.0
Modules factories and their associated functions for mlab.
Module functions meant to be applied to a data source object or a filter should take only one positional argument, the input, to be easily used in helper functions.
contour_grid_plane = make_function(ContourGridPlaneFactory)
contour_surface = make_function(ContourSurfaceFactory)
custom_grid_plane = make_function(CustomGridPlaneFactory)
glyph = make_function(GlyphFactory)
The list of possible glyph modes
glyph_mode_dict = { Const('2darrow') : Const(0), Const('2dcircle') : Const(0), Const('2dcross') : Const(0), Const('2ddash') : Const(0), Const('2ddiamond') : Const(0), Const('2dhooked_arrow') : Const(0), Const('2dsquare') : Const(0), Const('2dthick_arrow') : Const(0), Const('2dthick_cross') : Const(0), Const('2dtriangle') : Const(0), Const('2dvertex') : Const(0), Const('arrow') : Const(1), Const('cone') : Const(2), Const('cylinder') : Const(3), Const('sphere') : Const(4), Const('cube') : Const(5), Const('point') : Const(6) }
image_actor = make_function(ImageActorFactory)
image_plane_widget = make_function(ImagePlaneWidgetFactory)
iso_surface = make_function(IsoSurfaceFactory)
scalar_cut_plane = make_function(ScalarCutPlaneFactory)
streamline = make_function(StreamlineFactory)
surface = make_function(SurfaceFactory)
vector_cut_plane = make_function(VectorCutPlaneFactory)
vectors = make_function(VectorsFactory)
volume = make_function(VolumeFactory)
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| Bool | enthought.traits.trait_types.Bool |
| camel2enthought | enthought.tvtk.common.camel2enthought |
| CArray | enthought.traits.trait_numeric.CArray |
| CFloat | enthought.traits.trait_types.CFloat |
| CInt | enthought.traits.trait_types.CInt |
| Either | enthought.traits.trait_types.Either |
| Enum | enthought.traits.trait_types.Enum |
| false | enthought.traits.trait_types.false |
| Instance | enthought.traits.trait_types.Instance |
| lut_mode_list | enthought.mayavi.core.lut_manager.lut_mode_list |
| make_function | enthought.mayavi.tools.pipe_base.make_function |
| modules | enthought.mayavi.modules.api |
| new | new |
| numpy | numpy |
| PipeFactory | enthought.mayavi.tools.pipe_base.PipeFactory |
| Property | enthought.traits.traits.Property |
| Range | enthought.traits.trait_types.Range |
| registry | enthought.mayavi.core.registry.registry |
| tools | enthought.mayavi.tools.tools |
| Trait | enthought.traits.traits.Trait |
| TraitTuple | enthought.traits.trait_handlers.TraitTuple |
| tvtk | enthought.tvtk.tvtk.tvtk |
© Copyright 2002-2009 Enthought, Inc.