![]() |
EMODnet Quantized Mesh Generator for Cesium
|
A modifier creating a Polyhedron_3 structure with the incremental builder from a projected triangulation. A "projected triangulation" is a Triangulation_2 with projection traits. That is, the triangulation was made on the plane, but the internal points are 3D. More...
#include <polyhedron_builder_from_projected_triangulation.h>
Public Types | |
typedef ProjectedTriangulation2 | Tri |
Public Member Functions | |
PolyhedronBuilderFromProjectedTriangulation (const Tri &dt) | |
void | operator() (HDS &hds) |
Public Attributes | |
Tri | m_dt |
A modifier creating a Polyhedron_3 structure with the incremental builder from a projected triangulation. A "projected triangulation" is a Triangulation_2 with projection traits. That is, the triangulation was made on the plane, but the internal points are 3D.