Header for GeographicLib::NearestNeighbor class. More...
#include <algorithm>
#include <vector>
#include <queue>
#include <utility>
#include <cstring>
#include <limits>
#include <cmath>
#include <iostream>
#include <sstream>
#include <GeographicLib/Constants.hpp>
Go to the source code of this file.
Classes | |
class | GeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t > |
Nearest-neighbor calculations. More... | |
Namespaces | |
GeographicLib | |
Namespace for GeographicLib. | |
std | |
Functions | |
template<typename dist_t , typename pos_t , class distfun_t > | |
void | std::swap (GeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t > &a, GeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t > &b) |
Header for GeographicLib::NearestNeighbor class.
Copyright (c) Charles Karney (2016-2017) charl and licensed under the MIT/X11 License. For more information, see es@k arney .comhttps://geographiclib.sourceforge.io/
Definition in file NearestNeighbor.hpp.