GeographicLib  1.47
Classes | Namespaces | Macros
NearestNeighbor.hpp File Reference

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< real, position, distance >
 Nearest-neighbor calculations. More...
 
struct  GeographicLib::NearestNeighbor< real, position, distance >::Node::bounds
 

Namespaces

 GeographicLib
 Namespace for GeographicLib.
 

Macros

#define GEOGRAPHICLIB_HAVE_BOOST_SERIALIZATION   0
 

Detailed Description

Header for GeographicLib::NearestNeighbor class.

Copyright (c) Charles Karney (2016) charl.nosp@m.es@k.nosp@m.arney.nosp@m..com and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/

Definition in file NearestNeighbor.hpp.

Macro Definition Documentation

◆ GEOGRAPHICLIB_HAVE_BOOST_SERIALIZATION

#define GEOGRAPHICLIB_HAVE_BOOST_SERIALIZATION   0

Definition at line 26 of file NearestNeighbor.hpp.