5 #ifndef TM2IN_TYPE_CONVERSION_H 6 #define TM2IN_TYPE_CONVERSION_H 38 #endif //TM2IN_TYPE_CONVERSION_H CGAL::Bbox_3 Bbox_3
Definition: cgal_config.h:51
Kernel::Point_3 Point_3
Definition: cgal_config.h:41
Bbox_3 to_CGAL_bbox3(MinimumBoundingBox &box)
MinimumBoundingBox to CGAL Bbox_3.
Definition: type_conversion.cpp:34
Kernel::Triangle_3 Triangle_3
Definition: cgal_config.h:45
Definition: collinear.cpp:10
Kernel::Triangle_3 to_CGAL_Triangle_3(Wall::Triangle &tri)
Wall::Triangle to CGAL Triangle_3.
Definition: type_conversion.cpp:18
Kernel::Segment_3 Segment_3
Definition: cgal_config.h:48
Kernel::Point_3 to_CGAL_Point_3(Vertex &v)
Vertex to CGAL Point_3.
Definition: type_conversion.cpp:14
Segment_3 to_CGAL_Segment_3(HalfEdge *he)
HalfEdge to CGAL Segment_3.
Definition: type_conversion.cpp:27