1 |
$Id$ |
2 |
|
3 |
- Reimplement evaluation stack way of running low level code to more robust |
4 |
model |
5 |
(added Fri Nov 19 14:02:35 2004, incomplete, priority veryhigh) |
6 |
|
7 |
- Load vtk unstructured mesh |
8 |
(added Fri Nov 19 14:03:01 2004, incomplete, priority high) |
9 |
|
10 |
- View vtk structured and unstructured meshes |
11 |
(added Fri Nov 19 14:03:16 2004, incomplete, priority high) |
12 |
|
13 |
- Move project to sourceforge |
14 |
(added Fri Nov 19 14:03:41 2004, incomplete, priority medium) |
15 |
|
16 |
- Write up student project description |
17 |
(added Fri Nov 19 14:03:51 2004, incomplete, priority medium) |
18 |
|
19 |
- Convert escript Data objects into relevant vtk objects |
20 |
(added Fri Nov 19 14:04:15 2004, incomplete, priority medium) |
21 |
|
22 |
- View a 2D vector field as an Arrow Plot |
23 |
(added Fri Nov 19 14:04:33 2004, incomplete, priority low) |
24 |
|
25 |
- View a 3D vector field as an Arrow Plot |
26 |
(added Fri Nov 19 14:04:43 2004, incomplete, priority low) |
27 |
|
28 |
- View a 3D surface plot similar to surf() of Matlab |
29 |
(added Fri Nov 19 14:04:52 2004, incomplete, priority low) |
30 |
|
31 |
- View a contour plot similar to contour() of Matlab |
32 |
(added Fri Nov 19 14:05:04 2004, incomplete, priority low) |
33 |
|
34 |
- Work out how to find out the dimensions of an image in vtk |
35 |
(added Fri Nov 19 14:28:43 2004, incomplete, priority veryhigh) |
36 |
|
37 |
- Implement add()-ing objects to a scene without them being rendered or added |
38 |
directly at instantiation |
39 |
(added Fri Nov 19 14:29:19 2004, incomplete, priority medium) |
40 |
|
41 |
- Implement render object talking directly to a python interpreter instance |
42 |
sitting in a separate thread |
43 |
(added Fri Nov 19 14:29:48 2004, incomplete, priority veryhigh) |
44 |
|
45 |
- scene.add() could do a _renderer.AddActor(obj) and rest of code just sets up |
46 |
the actor |
47 |
(added Fri Nov 19 14:30:16 2004, incomplete, priority medium) |
48 |
|
49 |
- convert numarrays to vtk structuredData objects |
50 |
(added Fri Nov 19 14:30:43 2004, incomplete, priority high) |
51 |
|
52 |
- use a numarray to generate a mesh plot |
53 |
(added Fri Nov 19 14:31:02 2004, incomplete, priority medium) |
54 |
|
55 |
- use a numarray to generate a surf plot |
56 |
(added Fri Nov 19 14:31:13 2004, incomplete, priority medium) |
57 |
|
58 |
- use a numarray to generate an x-y line plot |
59 |
(added Fri Nov 19 14:31:24 2004, incomplete, priority medium) |
60 |
|
61 |
- work out how to cope with axes in 2D and 3D |
62 |
(added Fri Nov 19 14:32:07 2004, incomplete, priority medium) |
63 |
|
64 |
- work out conceptual differences between a mesh plot (in matlab sense) and a |
65 |
mesh in a mesh generator sense |
66 |
(added Fri Nov 19 14:32:39 2004, incomplete, priority low) |
67 |
|
68 |
- work out concept of line data for fault systems; is it a LinePlot or what is |
69 |
it? |
70 |
(added Fri Nov 19 14:33:03 2004, incomplete, priority low) |
71 |
|
72 |
- Investigate threading in python and how communication works between processes |
73 |
(added Fri Nov 19 14:33:30 2004, incomplete, priority veryhigh) |
74 |
|