-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrefactor_note
89 lines (63 loc) · 1.5 KB
/
refactor_note
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
----- headers -----
ARAPEditing.h - public Surface
* cholmodsupport
CGALMeshIterator.h
* CollisionDefs.h
* <MeshIterator.h>
* used only when define Bridson
FFDEditing.h - public Surface
FastLSMEditing - public Surface
* FastLSM/Body.h
HandleManager.h
* Utils/GLUtils.h
* QGLWidget
* used in Surface.cpp, HandleManager.cpp, seems could be deleted
LaplacianEditing.h - public Surface
* cholmodsupport
LoopSubdivisionSurface.h - public Surface
MeshManager.h
* StructuresAPI.h, seems could delete APIs for windows
* QObject
Options.h
* could not use Options
SimpleSurface.h - public Surface
Structures.h
* StructuresAPI.h, seems could delete APIs for windows
* Options.h
StructuresAPI.h
* defined for DLL export/import definitions, deprecated
Surface.h
* PQP.h
* Bridson headers
----- cpp files -----
ARAPEditing.cpp
* ARAPEditing.h
FFDEditing.cpp
* FFDEditing.h
FastLSMEditing.cpp
* FastLSMEditing.h
HandleManager.cpp
* HandleManager.h, MeshManager.h, Surface's children class
* this class should be deleted(header and cpp).
LaplacianEditing.cpp
* LaplacianEditing.h
LoopSubdivisionSurface.cpp
* LoopSubdivisionSurface.h
* Options.h to get subdivision depth, eliminate the Option class
MeshManager.cpp
* MeshManager.h
* Surface's children
Options.cpp
* Options.h
* this class should be deleted(header and cpp).
PrismVolume.cpp
* Utils/rpoly.h for root finding
SimpleSurface.cpp
* SimpleSurface.h
Surface.cpp
* Bridson headers
* Options.h
* LaplacianEditing.h
* HandleManager.h
* Utils/timer.h
* Utils/MeshIO.h