API Reference for Enthought Tool Suite 3.0.1
Helper functions for mlab. These combine creation of the data sources, and applying the modules to them to make standard visualization operation. They should always return the module object created, for consistency, and because retrieving the data_source from a module object is possible via tools._find_data
Each helper function should have a test function assoiciated with it, both for testing and to ilustrate its use.
contour3d = document_pipeline(Contour3d())
contour_surf = document_pipeline(ContourSurf())
flow = document_pipeline(Flow())
imshow = document_pipeline(ImShow())
mesh = document_pipeline(Mesh())
plot3d = document_pipeline(Plot3d())
points3d = document_pipeline(Points3d())
quiver3d = document_pipeline(Quiver3D())
surf = document_pipeline(Surf())
Test contour_surf on regularly spaced co-ordinates like MayaVi.
Create a fancy looking mesh using mesh (example taken from octaviz).
A very pretty picture of spherical harmonics translated from the octaviz example.
Create a simple sphere.
Create a simple sphere and animate it.
Generates and shows a Caffeine molecule.
Generates a pretty set of lines.
Generates a pretty set of lines and animates it.
Animates the test_points3d example.
Test Surf with a simple collection of points.
Test Surf with a simple collection of points and animate it.
Test surf on regularly spaced co-ordinates like MayaVi.
© Copyright 2002-2008 Enthought, Inc.