GeographicLib
1.47
|
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() const | GeographicLib::NearestNeighbor< real, position, distance > | inline |
ResetStatistics() const | GeographicLib::NearestNeighbor< real, position, distance > | inline |
Save(std::ostream &os, bool bin=true) const | GeographicLib::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) const | GeographicLib::NearestNeighbor< real, position, distance > | inline |
Statistics(int &setupcost, int &numsearches, int &searchcost, int &mincost, int &maxcost, double &mean, double &sd) const | GeographicLib::NearestNeighbor< real, position, distance > | inline |