This is the complete list of members for gridpp::KDTree, including all inherited members.
box typedef | gridpp::KDTree | protected |
calc_distance(float lat1, float lon1, float lat2, float lon2, CoordinateType type=Geodetic) | gridpp::KDTree | static |
calc_distance(const Point &p1, const Point &p2) | gridpp::KDTree | static |
calc_distance_fast(float lat1, float lon1, float lat2, float lon2, CoordinateType type=Geodetic) | gridpp::KDTree | static |
calc_straight_distance(float x0, float y0, float z0, float x1, float y1, float z1) | gridpp::KDTree | static |
calc_straight_distance(const Point &p1, const Point &p2) | gridpp::KDTree | static |
deg2rad(float deg) | gridpp::KDTree | static |
get_closest_neighbours(float lat, float lon, int num, bool include_match=true) const | gridpp::KDTree | |
get_coordinate_type() const | gridpp::KDTree | |
get_lats() const | gridpp::KDTree | |
get_lons() const | gridpp::KDTree | |
get_nearest_neighbour(float lat, float lon, bool include_match=true) const | gridpp::KDTree | |
get_neighbours(float lat, float lon, float radius, bool include_match=true) const | gridpp::KDTree | |
get_neighbours_with_distance(float lat, float lon, float radius, vec &distances, bool include_match=true) const | gridpp::KDTree | |
get_num_neighbours(float lat, float lon, float radius, bool include_match=true) const | gridpp::KDTree | |
get_x() const | gridpp::KDTree | |
get_y() const | gridpp::KDTree | |
get_z() const | gridpp::KDTree | |
KDTree(vec lats, vec lons, CoordinateType type=Geodetic) | gridpp::KDTree | |
KDTree(const KDTree &other) | gridpp::KDTree | |
KDTree(CoordinateType type=Geodetic) | gridpp::KDTree | inline |
mLats | gridpp::KDTree | protected |
mLons | gridpp::KDTree | protected |
mTree | gridpp::KDTree | protected |
mType | gridpp::KDTree | protected |
mX | gridpp::KDTree | protected |
mY | gridpp::KDTree | protected |
mZ | gridpp::KDTree | protected |
operator=(KDTree other) | gridpp::KDTree | |
point typedef | gridpp::KDTree | protected |
rad2deg(float deg) | gridpp::KDTree | static |
size() const | gridpp::KDTree | |
value typedef | gridpp::KDTree | protected |