Gridpp 0.5.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(float x0, float y0, float z0, float x1, float y1, float z1)gridpp::KDTreestatic
calc_distance_fast(float lat1, float lon1, float lat2, float lon2, CoordinateType type=Geodetic)gridpp::KDTreestatic
calc_distance_fast(const Point &p1, const Point &p2)gridpp::KDTreestatic
convert_coordinates(const vec &lats, const vec &lons, vec &x_coords, vec &y_coords, vec &z_coords) constgridpp::KDTree
convert_coordinates(float lat, float lon, float &x_coord, float &y_coord, float &z_coord) constgridpp::KDTree
deg2rad(float deg)gridpp::KDTreestatic
get_closest_neighbours(float lat, float lon, int num) constgridpp::KDTree
get_coordinate_type() constgridpp::KDTree
get_lats() constgridpp::KDTree
get_lons() constgridpp::KDTree
get_nearest_neighbour(float lat, float lon) constgridpp::KDTree
get_neighbours(float lat, float lon, float radius) constgridpp::KDTree
get_neighbours_with_distance(float lat, float lon, float radius, vec &distances) constgridpp::KDTree
get_num_neighbours(float lat, float lon, float radius) constgridpp::KDTree
KDTree(vec lats, vec lons, CoordinateType type=Geodetic)gridpp::KDTree
KDTree(const KDTree &other)gridpp::KDTree
KDTree()gridpp::KDTreeinline
mLatsgridpp::KDTreeprotected
mLonsgridpp::KDTreeprotected
mTreegridpp::KDTreeprotected
mTypegridpp::KDTreeprotected
operator=(KDTree other)gridpp::KDTree
point typedefgridpp::KDTreeprotected
rad2deg(float deg)gridpp::KDTreestatic
size() constgridpp::KDTree
value typedefgridpp::KDTreeprotected