|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <cgal_bridge.h>

Public Member Functions | |
| virtual | ~ITYPolygonTriangulator () |
| virtual void | exportMesh (std::deque< OPoint3D > &points, std::deque< OTriangle > &triangles) const =0 |
| Export the surface as a triangular mesh. More... | |
Definition at line 36 of file cgal_bridge.h.
|
inlinevirtual |
Definition at line 39 of file cgal_bridge.h.
|
pure virtual |
Export the surface as a triangular mesh.
NB : This function expects empty deques and will clear the deque passed. TODO : It would be better to use output iterators
| points | output argument filled with the vertices of the triangulation |
| triangles | output argument filled with the faces of the triangulation |
Implemented in tympan::TYPolygonTriangulator.