API Reference for Enthought Tool Suite 3.2.0
Common functions and classes that do not require any external dependencies (apart from the standard library of course).
Instantiate a converter.
camel2enthought = _Camel2Enthought()
Converts a VTK class name to a TVTK class name.
This function additionally converts any leading digits into a suitable string.
For example:
>>> get_tvtk_name('vtk3DSImporter')
'ThreeDSImporter'
>>> get_tvtk_name('vtkXMLDataReader')
'XMLDataReader'
| Local name | Refers to |
|---|---|
| re | re |
| string | string |
© Copyright 2002-2009 Enthought, Inc.