GeographicLib 2.1.2
GeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t > Member List

This is the complete list of members for GeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >, including all inherited members.

Initialize(const std::vector< pos_t > &pts, const distfun_t &dist, int bucket=4)GeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >inline
Load(std::istream &is, bool bin=true)GeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >inline
NearestNeighbor()GeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >inline
NearestNeighbor(const std::vector< pos_t > &pts, const distfun_t &dist, int bucket=4)GeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >inline
NumPoints() constGeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >inline
operator<<GeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >friend
operator>>GeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >friend
ResetStatistics() constGeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >inline
Save(std::ostream &os, bool bin=true) constGeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >inline
Search(const std::vector< pos_t > &pts, const distfun_t &dist, const pos_t &query, std::vector< int > &ind, int k=1, dist_t maxdist=std::numeric_limits< dist_t >::max(), dist_t mindist=-1, bool exhaustive=true, dist_t tol=0) constGeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >inline
Statistics(int &setupcost, int &numsearches, int &searchcost, int &mincost, int &maxcost, double &mean, double &sd) constGeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >inline
swap(NearestNeighbor &t)GeographicLib::NearestNeighbor< dist_t, pos_t, distfun_t >inline