EMODnet Quantized Mesh Generator for Cesium
All Classes Namespaces Files Functions Variables Pages
Public Attributes | List of all members
QuantizedMesh::EdgeIndices Struct Reference

Public Attributes

unsigned int westVertexCount
 Number of vertices in the western border of the tile.
 
std::vector< unsigned int > westIndices
 The indices of the vertices falling in the western border of the tile.
 
unsigned int southVertexCount
 Number of vertices in the southern border of the tile.
 
std::vector< unsigned int > southIndices
 The indices of the vertices falling in the southern border of the tile.
 
unsigned int eastVertexCount
 Number of vertices in the eastern border of the tile.
 
std::vector< unsigned int > eastIndices
 The indices of the vertices falling in the eastern border of the tile.
 
unsigned int northVertexCount
 Number of vertices in the northern border of the tile.
 
std::vector< unsigned int > northIndices
 The indices of the vertices falling in the northern border of the tile.
 

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