eckit::Grid class

Public types

class InvalidGrid
enum (anonymous) { undef = -1 }

Public static functions

static auto gridName(const Grid&) -> char
static auto grid(const char) -> Grid

Constructors, destructors, conversion operators

Grid(const std::string&)
Grid(double ns = undef, double ew = undef)
Grid(const std::vector<double>&)
~Grid()
operator std::string() const

Public functions

auto operator==(const Grid& other) const -> bool
auto operator!=(const Grid& other) const -> bool
auto operator<(const Grid& other) const -> bool
auto operator>(const Grid& other) const -> bool
auto northSouth() const -> double
auto eastWest() const -> double
auto score(const Grid&) const -> long
auto distance(const Grid&) const -> double
auto bestMatch(const std::vector<Grid>&) const -> const Grid&
auto undefined() const -> bool
void dump(DumpLoad&) const
void load(DumpLoad&)

Friends

auto operator<<(std::ostream& s, const Grid& p) -> std::ostream&
This website is beyond its original expiry date and the content may be out of date. The site owner has been notified and may choose to extend the expiry date and remove this banner. If you have any questions about this, please visit our support portal.