EMODnet Quantized Mesh Generator for Cesium
Public Types | Public Member Functions | Public Attributes | List of all members
PolyhedronBuilderFromProjectedTriangulation< ProjectedTriangulation2, HDS > Class Template Reference

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>

Inheritance diagram for PolyhedronBuilderFromProjectedTriangulation< ProjectedTriangulation2, HDS >:

Public Types

typedef ProjectedTriangulation2 Tri
 

Public Member Functions

 PolyhedronBuilderFromProjectedTriangulation (const Tri &dt)
 
void operator() (HDS &hds)
 

Public Attributes

Tri m_dt
 

Detailed Description

template<class ProjectedTriangulation2, class HDS>
class PolyhedronBuilderFromProjectedTriangulation< ProjectedTriangulation2, HDS >

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.


The documentation for this class was generated from the following file: