UFO
|
#include "ufo/locations_f.h"
#include <algorithm>
#include <vector>
#include "eckit/exception/Exceptions.h"
Go to the source code of this file.
Namespaces | |
ufo | |
Functions | |
std::size_t | ufo::locations_get_nlocs_f (const Locations &locs) |
void | ufo::locations_get_lons_f (const Locations &locs, const std::size_t &nlocs, double *lons) |
void | ufo::locations_get_lats_f (const Locations &locs, const std::size_t &nlocs, double *lats) |
void | ufo::locations_get_timemask_f (const Locations &locs, const util::DateTime &t1, const util::DateTime &t2, const std::size_t &nlocs, bool *mask) |