API to access Anatomist with python scripts.
Includes Anatomist C++ API bindings.
See the programming part of Anatomist tutorial.
To execute these examples, use "ipython -qthread <example>.py". (They need that a QT event loop is running)
See the examples in the following order:
More advanced examples:
- sphere.py: subclassing Anatomist objects
- control.py: plugging new conrols / actions in Anatomist views
- addMenuEntry.py: customizing object-specific menus
- fusion.py: registering new fusion types
- anaevensimplerviewer.py, which is as its name says, an even simplified of the anasimpleviewer application, which may also be used as a programming example. Its code is in the "bin/"" directory of the binary packages
Using anatomist API in Brainvisa processes: