Parent Directory
|
Revision Log
- Fixed some minor bugs. - Added a new feature called 'MapOnScalarClipWithRotation' that clips a two-dimensional data with a scalar value and subsequently rotating it to create a three-dimensional effect. - Corresponding examples, test cases and documentation of the new module have also been added.
1 | jongui | 1197 | """ |
2 | @var __author__: name of author | ||
3 | @var __copyright__: copyrights | ||
4 | @var __license__: licence agreement | ||
5 | @var __url__: url entry point on documentation | ||
6 | @var __version__: version | ||
7 | @var __date__: date of the version | ||
8 | """ | ||
9 | |||
10 | __author__="John Ngui, john.ngui@uq.edu.au" | ||
11 | __copyright__=""" Copyright (c) 2006 by ACcESS MNRF | ||
12 | http://www.access.edu.au | ||
13 | Primary Business: Queensland, Australia""" | ||
14 | __license__="""Licensed under the Open Software License version 3.0 | ||
15 | http://www.opensource.org/licenses/osl-3.0.php""" | ||
16 | __url__="http://www.iservo.edu.au/esys" | ||
17 | __version__="$Revision$" | ||
18 | __date__="$Date$" | ||
19 | |||
20 | |||
21 | ksteube | 1147 | from camera import * |
22 | from carpet import * | ||
23 | from contour import * | ||
24 | from datacollector import * | ||
25 | from ellipsoid import * | ||
26 | from image import * | ||
27 | from light import * | ||
28 | from map import * | ||
29 | from position import * | ||
30 | from scene import * | ||
31 | from streamline import * | ||
32 | from text import * | ||
33 | from velocity import * | ||
34 | from imagereader import * | ||
35 | from logo import * | ||
36 | jongui | 1189 | from legend import * |
37 | jongui | 1191 | from movie import * |
38 | jongui | 1205 | from rectangle import * |
39 | jongui | 1211 | from rotation import * |
ViewVC Help | |
Powered by ViewVC 1.1.26 |