Subpackages
Submodules
- api
- array_handler - This module contains all the array handling code for TVTK
- class_tree - This module generates the class hierarchy for any given Python modules
- code_gen - This module generates tvtk (Traited VTK) classes from the VTK-Python API.
- common - Common functions and classes that do not require any external dependencies (apart from the standard library of course).
- indenter - This module defines an indenter class that handles indentation levels for automatic code generation
- messenger - Implements a simple, robust, safe, Messenger class that allows one to register callbacks for a signal/slot (or event/handler) kind of messaging system
- misc - Some miscellaneous convenience functionality.
- setup
- special_gen - This module defines classes used in tvtk code generation,
SpecialGenerator defines methods that write out special code for some of the VTK classes
- tvtk - Creates a pseudo-package called tvtk that lets one use the tvtk classes in a clean and quick manner
- tvtk_base - Commonly used code by tvtk objects.
- tvtk_base_handler - Handler and UI elements for tvtk objects.
- version
- vtk_module - Abstracts all VTK related modules into one module
- vtk_parser - This module parses the VTK methods, obtains the argument and return type information, and organizes them.
- wrapper_gen - This module generates the tvtk (Traited VTK) wrapper classes for VTK classes.