TM2IN  0.5.1
simplify_share_edges.h
Go to the documentation of this file.
1 //
2 // Created by dongmin on 18. 7. 20.
3 //
4 
5 #ifndef TM2IN_SIMPLIFY_SHARE_EDGES_H
6 #define TM2IN_SIMPLIFY_SHARE_EDGES_H
7 
9 #include <vector>
10 
11 using namespace TM2IN::Wall;
12 using namespace std;
13 
14 namespace TM2IN{
15  namespace detail{
16  namespace algorithm{
20  int simplify_share_edges(Wall::TriangulatedSurface* sf1, Wall::TriangulatedSurface* sf2);
21  }
22  }
23 }
24 #endif //TM2IN_SIMPLIFY_SHARE_EDGES_H
int simplify_share_edges(Wall::TriangulatedSurface *origin, Wall::TriangulatedSurface *piece)
Definition: simplify_share_edges.cpp:21
Definition: collinear.cpp:10
Definition: IndoorComponent.h:21