~ubuntu-branches/ubuntu/trusty/mayavi2/trusty

« back to all changes in this revision

Viewing changes to docs/source/mayavi/auto/example_volume_slicer_advanced.rst

  • Committer: Package Import Robot
  • Author(s): Varun Hiremath
  • Date: 2012-04-23 16:36:45 UTC
  • mfrom: (1.1.11) (2.2.6 sid)
  • Revision ID: package-import@ubuntu.com-20120423163645-wojak95rklqlbi1y
Tags: 4.1.0-1
* New upstream release
* Bump Standards-Version to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
This is an example of complex callback interaction. It builds on the
14
14
:ref:`example_volume_slicer` but has more complex logic. You should try
15
 
to understand the :ref:`example_volume_slicer` first. 
 
15
to understand the :ref:`example_volume_slicer` first.
16
16
 
17
17
In this example, the VolumeSlicer object displays a position attribute
18
 
giving the position of the cut in data coordinates. Traits callbacks are 
 
18
giving the position of the cut in data coordinates. Traits callbacks are
19
19
used to move the cut planes when this position attribute is modifed.
20
20
 
21
21
In the 3D window, the 3D cuts are displayed using ImagePlaneWidgets