TM2IN  0.5.1
Namespaces | Functions
type_conversion.h File Reference
#include "features/IndoorComponent.h"
#include "detail/cgal_config.h"
Include dependency graph for type_conversion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 TM2IN
 
 TM2IN::detail
 
 TM2IN::detail::cgal
 

Functions

Kernel::Point_3 TM2IN::detail::cgal::to_CGAL_Point_3 (Vertex &vt)
 Vertex to CGAL Point_3. More...
 
Kernel::Triangle_3 TM2IN::detail::cgal::to_CGAL_Triangle_3 (Wall::Triangle &tri)
 Wall::Triangle to CGAL Triangle_3. More...
 
Segment_3 TM2IN::detail::cgal::to_CGAL_Segment_3 (HalfEdge *he)
 HalfEdge to CGAL Segment_3. More...
 
Bbox_3 TM2IN::detail::cgal::to_CGAL_bbox3 (MinimumBoundingBox &box)
 MinimumBoundingBox to CGAL Bbox_3. More...