|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|


Public Member Functions | |
| TYPolygonTriangulator (const TYPolygon &poly_) | |
| virtual void | exportMesh (std::deque< OPoint3D > &points, std::deque< OTriangle > &triangles) const |
| Export the surface as a triangular mesh. More... | |
Public Member Functions inherited from tympan::ITYPolygonTriangulator | |
| virtual | ~ITYPolygonTriangulator () |
Public Attributes | |
| const TYPolygon & | poly |
Definition at line 27 of file cgal_bridge.cpp.
| tympan::TYPolygonTriangulator::TYPolygonTriangulator | ( | const TYPolygon & | poly_ | ) |
Definition at line 37 of file cgal_bridge.cpp.
|
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 |
Implements tympan::ITYPolygonTriangulator.
Definition at line 39 of file cgal_bridge.cpp.

| const TYPolygon& tympan::TYPolygonTriangulator::poly |
Definition at line 34 of file cgal_bridge.cpp.