-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeshfix.files
71 lines (71 loc) · 2.18 KB
/
meshfix.files
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
gpl.txt
include/detectIntersections.h
include/exttrimesh.h
include/holeFilling.h
include/sparselsystem.h
include/triangleoctree.h
include/component.h
src/detectIntersections.cpp
src/holeFilling.cpp
src/mwExtensions.cpp
src/sparseLSystem.cpp
src/triangleoctree.cpp
src/smoothing.cpp
meshfix.cpp
readme.txt
CMakeLists.txt
contrib/jrs_predicates/jrs_predicates.h
contrib/jrs_predicates/jrs_predicates.c
contrib/octree/octree
contrib/octree/octree_cursor.cxx
contrib/octree/octree_cursor.h
contrib/octree/octree.cxx
contrib/octree/octree_dox.h
contrib/octree/octree.h
contrib/octree/octree_iterator.cxx
contrib/octree/octree_iterator.h
contrib/octree/octree_node.cxx
contrib/octree/octree_node.h
contrib/octree/octree_path.cxx
contrib/octree/octree_path.h
contrib/JMeshLib/include/vertex.h
contrib/JMeshLib/include/triangle.h
contrib/JMeshLib/include/tin.h
contrib/JMeshLib/include/point.h
contrib/JMeshLib/include/matrix.h
contrib/JMeshLib/include/list.h
contrib/JMeshLib/include/jqsort.h
contrib/JMeshLib/include/j_mesh.h
contrib/JMeshLib/include/jmesh.h
contrib/JMeshLib/include/heap.h
contrib/JMeshLib/include/graph.h
contrib/JMeshLib/include/edge.h
contrib/JMeshLib/include/dijkstraGraph.h
contrib/JMeshLib/include/clusterGraph.h
contrib/JMeshLib/include/binTree.h
contrib/JMeshLib/src/JMESH/jmesh.cpp
contrib/JMeshLib/src/MESH_STRUCTURE/vertex.cpp
contrib/JMeshLib/src/MESH_STRUCTURE/triangle.cpp
contrib/JMeshLib/src/MESH_STRUCTURE/tin.cpp
contrib/JMeshLib/src/MESH_STRUCTURE/point.cpp
contrib/JMeshLib/src/MESH_STRUCTURE/io.cpp
contrib/JMeshLib/src/MESH_STRUCTURE/edge.cpp
contrib/JMeshLib/src/MESH_STRUCTURE/checkAndRepair.cpp
contrib/JMeshLib/test/test.cpp
contrib/JMeshLib/src/PRIMITIVES/matrix.cpp
contrib/JMeshLib/src/PRIMITIVES/list.cpp
contrib/JMeshLib/src/PRIMITIVES/jqsort.cpp
contrib/JMeshLib/src/PRIMITIVES/heap.cpp
contrib/JMeshLib/src/PRIMITIVES/graph.cpp
contrib/JMeshLib/src/PRIMITIVES/dijkstraGraph.cpp
contrib/JMeshLib/src/PRIMITIVES/clusterGraph.cpp
contrib/JMeshLib/src/PRIMITIVES/binTree.cpp
test/sphere_join_test.sh
test/close_objects_join_test.sh
include/simplification.h
include/epsilonSampling.h
src/simplification.cpp
src/uniform.cpp
src/epsilonSampling.cpp
src/cleaning.cpp
test/sphere_decouple_test.sh