File: api.py

package info (click to toggle)
mayavi2 4.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,892 kB
  • sloc: python: 49,447; javascript: 32,885; makefile: 129; fortran: 60
file content (18 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Author: Prabhu Ramachandran
# License: BSD style

# The external API for tvtk.

# The version of TVTK that is installed
from tvtk.version import version, version as __version__

# The TVTK pseudo-module.
from tvtk.tvtk_access import tvtk

# Handy colors from VTK.
from vtk.util import colors

# Some miscellaneous functionality.
from tvtk.misc import write_data

from tvtk.tvtk_base import global_disable_update