API Reference for Enthought Tool Suite 3.2.0
The Volume module visualizes scalar fields using volumetric visualization techniques. This supports ImageData and UnstructuredGrid data. It also supports the FixedPointRenderer for ImageData. However, the performance is slow so your best bet is probably with the ImageData based renderers.
Creates a default RGB color transfer function. In this case we default to a red-blue one with the 'sqrt' mode.
Creates a default opacity transfer function.
A simple wrapper to the wx specific function to avoid any UI toolkit imports.
Returns True if there is a volume pro card available.
Load a *.grad file (grad_file_name) and set the given volume property (volume_prop) given the scalar_range.
Creates a CTF as per given arguments. Lets one set a hue, saturation and value range. The mode can be one of 'sqrt', or 'linear'. The idea of this function is to create a CTF that is similar to the LUT being used. 's_curve' is not implemented. Patches welcome.
Save the given volume property (volume_prop) to a *.grad file given as grad_file_name.
© Copyright 2002-2009 Enthought, Inc.