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