EMODnet Quantized Mesh Generator for Cesium
Typedefs | Functions
test_check_borders.cpp File Reference

Checks the consistency between neighboring tiles at borders. More...

#include <boost/program_options.hpp>
#include <iostream>
#include <fstream>
#include <nlohmann/json.hpp>
#include <ctb.hpp>
#include "quantized_mesh_tile.h"

Typedefs

using json = nlohmann::json
 

Functions

void compareVertices (const QuantizedMeshTile &qmt, const QuantizedMeshTile &qmtN, const std::vector< unsigned int > &originalInds, const std::vector< unsigned int > &neighborInds, double &meanDiffLon, double &meanDiffLat, double &meanDiffHeight)
 
int main (int argc, char **argv)
 

Detailed Description

Checks the consistency between neighboring tiles at borders.

Author
Ricard Campos (ricar.nosp@m.dcd@.nosp@m.gmail.nosp@m..com)