GeographicLib  1.47
GeographicLib::NearestNeighbor< real, position, distance > Member List

This is the complete list of members for GeographicLib::NearestNeighbor< real, position, distance >, including all inherited members.

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