File: TODO

package info (click to toggle)
gts 0.7.6%2Bdarcs110121-1.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,164 kB
  • sloc: ansic: 28,699; sh: 9,475; makefile: 222
file content (41 lines) | stat: -rw-r--r-- 981 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
This is a non-exhaustive list of things to do.

- cleanup dual isosurface stuff by "Tim F"

- paper doc

- cleanup of GHashTable hack in cdt.c.

- Specialized hash tables for surface->triangles?

- Error status when reading GTS file. (done)

- Homogeneous coordinates?

- Boolean operations: check problems for some degenerate cases.

- More generic interface for gts_surface_inter_new().

- Tutorial for the creation of new GtsObject classes.

- Implicit dependencies for hierarchical surfaces.

- More generic interface for isosurface computation (user-control of
  vertex generation).

- GtsContainer class? (half-done)

- Graph partitioning
	* optimisation BKL -> BKL(1,*) (Karypis & Kumar)
	* k-way partitioning
	* bug for memplus.graph, add20.graph

- Doc: private fields of structures.

- Include Volodymyr Babin's gts-iso-toy code.

- Apply Norman Vine cygwin patch

- Apply Patch for gts_triangles_angle

- change gts_file_close() to gts_file_destroy() (patch Ray Jones).