class
#include <atlas/grid/CubedSphereGrid2.h>
CubedSphereGrid2
Base classes
- class Grid
- Most general grid container.
Public types
- using grid_t = grid::detail::grid::CubedSphere2
-
using Config = util::
Config -
using Spec = util::
Config -
using Domain = atlas::
Domain -
using Projection = atlas::
Projection -
using PointXY = atlas::
PointXY -
using PointLonLat = atlas::
PointLonLat -
using IterateXY = grid::
IterateXY -
using IterateLonLat = grid::
IterateLonLat
Constructors, destructors, conversion operators
-
CubedSphereGrid2(idx_
t resolution) - CubedSphereGrid2(const Grid& grid)
- operator bool() const
Public functions
- auto valid() const -> bool
- auto xy() const -> IterateXY
- auto lonlat() const -> IterateLonLat
- auto operator==(const Grid& other) const -> bool
- auto operator!=(const Grid& other) const -> bool
-
auto size() const -> idx_
t - auto projection() const -> const Projection&
- auto domain() const -> const Domain&
- auto lonlatBoundingBox() const -> RectangularLonLatDomain
-
auto name() const -> std::
string -
auto type() const -> std::
string -
auto uid() const -> std::
string -
void hash(eckit::
Hash& h) const - Adds to the hash the information that makes this Grid unique.
- auto footprint() const -> size_t
- auto spec() const -> Spec
- auto meshgenerator() const -> Config
- auto partitioner() const -> Config
Typedef documentation
using atlas:: CubedSphereGrid2:: Config = util:: Config
#include <atlas/grid/Grid.h>
using atlas:: CubedSphereGrid2:: Spec = util:: Config
#include <atlas/grid/Grid.h>
using atlas:: CubedSphereGrid2:: Domain = atlas:: Domain
#include <atlas/grid/Grid.h>
using atlas:: CubedSphereGrid2:: Projection = atlas:: Projection
#include <atlas/grid/Grid.h>
using atlas:: CubedSphereGrid2:: PointXY = atlas:: PointXY
#include <atlas/grid/Grid.h>
using atlas:: CubedSphereGrid2:: PointLonLat = atlas:: PointLonLat
#include <atlas/grid/Grid.h>
using atlas:: CubedSphereGrid2:: IterateXY = grid:: IterateXY
#include <atlas/grid/Grid.h>
using atlas:: CubedSphereGrid2:: IterateLonLat = grid:: IterateLonLat
#include <atlas/grid/Grid.h>
Function documentation
IterateXY atlas:: CubedSphereGrid2:: xy() const
#include <atlas/grid/Grid.h>
IterateLonLat atlas:: CubedSphereGrid2:: lonlat() const
#include <atlas/grid/Grid.h>
bool atlas:: CubedSphereGrid2:: operator==(const Grid& other) const
#include <atlas/grid/Grid.h>
bool atlas:: CubedSphereGrid2:: operator!=(const Grid& other) const
#include <atlas/grid/Grid.h>
idx_ t atlas:: CubedSphereGrid2:: size() const
#include <atlas/grid/Grid.h>
const Projection& atlas:: CubedSphereGrid2:: projection() const
#include <atlas/grid/Grid.h>
const Domain& atlas:: CubedSphereGrid2:: domain() const
#include <atlas/grid/Grid.h>
RectangularLonLatDomain atlas:: CubedSphereGrid2:: lonlatBoundingBox() const
#include <atlas/grid/Grid.h>
std:: string atlas:: CubedSphereGrid2:: name() const
#include <atlas/grid/Grid.h>
std:: string atlas:: CubedSphereGrid2:: type() const
#include <atlas/grid/Grid.h>
std:: string atlas:: CubedSphereGrid2:: uid() const
#include <atlas/grid/Grid.h>
void atlas:: CubedSphereGrid2:: hash(eckit:: Hash& h) const
#include <atlas/grid/Grid.h>
Adds to the hash the information that makes this Grid unique.
size_t atlas:: CubedSphereGrid2:: footprint() const
#include <atlas/grid/Grid.h>
Spec atlas:: CubedSphereGrid2:: spec() const
#include <atlas/grid/Grid.h>
Config atlas:: CubedSphereGrid2:: meshgenerator() const
#include <atlas/grid/Grid.h>
Config atlas:: CubedSphereGrid2:: partitioner() const
#include <atlas/grid/Grid.h>