-
Notifications
You must be signed in to change notification settings - Fork 73
/
TODO.txt
38 lines (23 loc) · 1.1 KB
/
TODO.txt
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
====================================================================
iso2mesh TODO list
====================================================================
== high priority ==
* detect multi-value interfaces (i.e. voxels where more than 2 values meet) \
and perturb the levelset surface mesh to avoid intersection [proposed on 2009/02/11]
== low priority ==
* 2D image-based mesh generation support ? [proposed on 2009/02/11]
* adaptive refining [proposed on 2009/02/11]
* moving mesh
* edge sharpening
== completed ==
* on Windows, the deletemeshfile will gave warning message, seemed the \
files were opened but not closed and can not be deleted \
- done, by FangQ 2009/05/04
* processing gray-scale images directly [proposed on 2009/02/11] \
- done, by FangQ 2009/05/04
* setting RNG seeds when calling CGAL tools to ensure repeatibility \
of the meshing [proposed 2010/07/17] \
- done, by FangQ 2010/11/08
* if one levelset contains multiple disjointed surfaces, separate them, \
and do sub-region labeling for each component [proposed on 2009/02/11]
- done, by FangQ 2011/02/26