TM2IN  0.5.1
Namespaces | Functions
type_conversion.cpp File Reference
#include "type_conversion.h"
#include "features/HalfEdge.h"
#include "features/Vertex.h"
#include "features/Wall/Triangle.h"
Include dependency graph for type_conversion.cpp:

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...