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(float x0, float y0, float z0, float x1, float y1, float z1) | gridpp::KDTree | static |
calc_distance_fast(float lat1, float lon1, float lat2, float lon2, CoordinateType type=Geodetic) | gridpp::KDTree | static |
calc_distance_fast(const Point &p1, const Point &p2) | gridpp::KDTree | static |
convert_coordinates(const vec &lats, const vec &lons, vec &x_coords, vec &y_coords, vec &z_coords) const | gridpp::KDTree | |
convert_coordinates(float lat, float lon, float &x_coord, float &y_coord, float &z_coord) const | gridpp::KDTree | |
deg2rad(float deg) | gridpp::KDTree | static |
get_closest_neighbours(float lat, float lon, int num) 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) const | gridpp::KDTree | |
get_neighbours(float lat, float lon, float radius) const | gridpp::KDTree | |
get_neighbours_with_distance(float lat, float lon, float radius, vec &distances) const | gridpp::KDTree | |
get_num_neighbours(float lat, float lon, float radius) const | gridpp::KDTree | |
KDTree(vec lats, vec lons, CoordinateType type=Geodetic) | gridpp::KDTree | |
KDTree(const KDTree &other) | gridpp::KDTree | |
KDTree() | gridpp::KDTree | inline |
mLats | gridpp::KDTree | protected |
mLons | gridpp::KDTree | protected |
mTree | gridpp::KDTree | protected |
mType | 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 |