|
| UnstructuredGrid (const Grid &) |
|
| UnstructuredGrid (const Config &) |
|
| UnstructuredGrid (const Grid::Implementation *) |
|
| UnstructuredGrid (std::vector< PointXY > *) |
|
| UnstructuredGrid (std::initializer_list< PointXY >) |
|
| UnstructuredGrid (const Grid &, const Domain &) |
|
| operator bool () const |
|
| UnstructuredGrid (std::vector< PointXY > &&) |
|
| UnstructuredGrid (const std::vector< PointXY > &) |
|
bool | valid () const |
|
void | xy (idx_t n, double xy[]) const |
|
void | lonlat (idx_t n, double lonlat[]) const |
|
PointXY | xy (idx_t n) const |
|
PointLonLat | lonlat (idx_t n) const |
|
IterateXY | xy () const |
|
IterateLonLat | lonlat () const |
|
| Grid (const std::string &name, const Domain &=Domain()) |
|
| Grid (const std::string &name, const Projection &, const Domain &=Domain()) |
|
| Grid (const Grid &, const Domain &) |
|
| Grid (const Config &) |
|
bool | operator== (const Grid &other) const |
|
bool | operator!= (const Grid &other) const |
|
idx_t | size () const |
|
const Projection & | projection () const |
|
const Domain & | domain () const |
|
RectangularLonLatDomain | lonlatBoundingBox () const |
|
std::string | name () const |
|
std::string | uid () const |
|
void | hash (eckit::Hash &h) const |
| Adds to the hash the information that makes this Grid unique.
|
|
size_t | footprint () const |
|
Spec | spec () const |
|
Config | meshgenerator () const |
|
Config | partitioner () const |
|
The documentation for this class was generated from the following files: