EMODnet Quantized Mesh Generator for Cesium
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
CornerVerticesAreConstrainedVertexMap< Polyhedron > Struct Template Reference

BGL property map indicating whether a given vertex is one of the 4 corners of the tile. More...

#include <corner_vertices_are_constrained_vertex_map.h>

Public Types

typedef boost::graph_traits< Polyhedron >::vertex_descriptor key_type
 
typedef boost::graph_traits< Polyhedron >::halfedge_descriptor HalfedgeDescriptor
 
typedef bool value_type
 
typedef value_type reference
 
typedef Polyhedron::Point_3 Point_3
 

Public Member Functions

 CornerVerticesAreConstrainedVertexMap (const Polyhedron &sm)
 

Public Attributes

const Polyhedron * m_pPolyPtr
 

Friends

bool get (CornerVerticesAreConstrainedVertexMap m, const key_type &vertex)
 

Detailed Description

template<class Polyhedron>
struct CornerVerticesAreConstrainedVertexMap< Polyhedron >

BGL property map indicating whether a given vertex is one of the 4 corners of the tile.

We need to preserve these corners when simplifying a tile.


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