Gridpp 0.7.0
A post-processing library for gridded weather forecasts
gridpp::KDTree Member List

This is the complete list of members for gridpp::KDTree, including all inherited members.

box typedefgridpp::KDTreeprotected
calc_distance(float lat1, float lon1, float lat2, float lon2, CoordinateType type=Geodetic)gridpp::KDTreestatic
calc_distance(const Point &p1, const Point &p2)gridpp::KDTreestatic
calc_distance_fast(float lat1, float lon1, float lat2, float lon2, CoordinateType type=Geodetic)gridpp::KDTreestatic
calc_straight_distance(float x0, float y0, float z0, float x1, float y1, float z1)gridpp::KDTreestatic
calc_straight_distance(const Point &p1, const Point &p2)gridpp::KDTreestatic
deg2rad(float deg)gridpp::KDTreestatic
get_closest_neighbours(float lat, float lon, int num, bool include_match=true) constgridpp::KDTree
get_coordinate_type() constgridpp::KDTree
get_lats() constgridpp::KDTree
get_lons() constgridpp::KDTree
get_nearest_neighbour(float lat, float lon, bool include_match=true) constgridpp::KDTree
get_neighbours(float lat, float lon, float radius, bool include_match=true) constgridpp::KDTree
get_neighbours_with_distance(float lat, float lon, float radius, vec &distances, bool include_match=true) constgridpp::KDTree
get_num_neighbours(float lat, float lon, float radius, bool include_match=true) constgridpp::KDTree
get_x() constgridpp::KDTree
get_y() constgridpp::KDTree
get_z() constgridpp::KDTree
KDTree(vec lats, vec lons, CoordinateType type=Geodetic)gridpp::KDTree
KDTree(const KDTree &other)gridpp::KDTree
KDTree(CoordinateType type=Geodetic)gridpp::KDTreeinline
mLatsgridpp::KDTreeprotected
mLonsgridpp::KDTreeprotected
mTreegridpp::KDTreeprotected
mTypegridpp::KDTreeprotected
mXgridpp::KDTreeprotected
mYgridpp::KDTreeprotected
mZgridpp::KDTreeprotected
operator=(KDTree other)gridpp::KDTree
point typedefgridpp::KDTreeprotected
rad2deg(float deg)gridpp::KDTreestatic
size() constgridpp::KDTree
value typedefgridpp::KDTreeprotected