TM2IN  0.5.1
mbb.h
Go to the documentation of this file.
1 //
2 // Created by dongmin on 18. 7. 24.
3 //
4 
5 #ifndef TM2IN_MBB_H
6 #define TM2IN_MBB_H
7 
8 #include "detail/cgal_config.h"
10 
11 namespace TM2IN{
12  namespace algorithm{
17  CGAL::Bbox_3 getMBB(std::vector<Wall::Surface *> &surfacesList);
18  }
19 }
20 
21 #endif //TM2IN_MBB_H
CGAL::Bbox_3 Bbox_3
Definition: cgal_config.h:51
Definition: collinear.cpp:10
CGAL::Bbox_3 getMBB(std::vector< Wall::Surface * > &surfacesList)
Gets CGAL::Bbox_3 for Surface list.
Definition: mbb.cpp:12