TM2IN  0.5.1
triangulate_surface.h
Go to the documentation of this file.
1 //
2 // Created by dongmin on 18. 7. 20.
3 //
4 
5 #ifndef TM2IN_TRIANGULATE_SURFACE_H
6 #define TM2IN_TRIANGULATE_SURFACE_H
7 
9 #include "detail/cgal_config.h"
10 #include "detail/cgal/plane.h"
11 #include "detail/cgal/polygon.h"
12 
13 namespace TM2IN {
14  namespace detail {
15  namespace algorithm {
21  int triangulate_surface(TM2IN::Wall::Surface* sf, vector<TM2IN::Wall::Triangle*>& result);
22  }
23  }
24 }
25 
26 #endif //TM2IN_TRIANGULATE_SURFACE_H
int triangulate_surface(TM2IN::Wall::Surface *pSurface, vector< TM2IN::Wall::Triangle * > &result)
Triangulate Wall::Surface to a vector of Wall::Triangle. 0 is succeed. 1 is fail. ...
Definition: triangulate_surface.cpp:12
Definition: Surface.h:18
Definition: collinear.cpp:10