9 #ifndef TYMPAN__CGAL_BRIDGE_HPP__INCLUDED
10 #define TYMPAN__CGAL_BRIDGE_HPP__INCLUDED
29 #ifndef BOOST_NOEXCEPT
30 #define BOOST_NOEXCEPT
50 virtual void exportMesh(std::deque<OPoint3D>& points, std::deque<OTriangle>& triangles)
const = 0;
All base classes related to 3D manipulation.
SmartPtr< TYSol > LPTYSol
Smart pointer sur TYSol.
virtual void exportMesh(std::deque< OPoint3D > &points, std::deque< OTriangle > &triangles) const =0
Export the surface as a triangular mesh.
virtual ~ITYPolygonTriangulator()
Utilities to handle exceptions and to pretty-print value.
std::unique_ptr< ITYPolygonTriangulator > make_polygon_triangulator(const TYPolygon &poly)