#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <unistd.h>
#include <fcntl.h>
#include <Ebisuzaki.h>
#include <GRIB.h>
#include <iostream>
#include <sstream>
#include <iomanip>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, GRIB_TIME &t) |
std::ostream & | operator<< (std::ostream &os, GRIB_LEVEL &l) |
std::ostream & | operator<< (std::ostream &os, GRIB_GRID_regular_latlon &g) |
std::ostream & | operator<< (std::ostream &os, GRIB_GRID_gaussian_latlon &g) |
std::ostream & | operator<< (std::ostream &os, GRIB_GRID_polar_stereographic &g) |
std::ostream & | operator<< (std::ostream &os, GRIB_GRID_lambert_conformal &g) |
std::ostream & | operator<< (std::ostream &os, GRIB_GRID_mercator &g) |
std::ostream & | operator<< (std::ostream &os, GRIB_GRID_spaceview &g) |
std::ostream & | operator<< (std::ostream &os, GRIB_GRID_spherical_harmonic &g) |
std::ostream & | operator<< (std::ostream &os, GRIB_GRID &g) |
|
|
|
Definition at line 1111 of file GRIB.cpp. References GRIB_GRID_spaceview::dx, GRIB_GRID_spaceview::dy, GRIB_GRID_spaceview::lap, GRIB_GRID_spaceview::lop, GRIB_GRID_spaceview::Nr, GRIB_GRID_spaceview::orient, GRIB_GRID_spaceview::Xp, and GRIB_GRID_spaceview::Yp. |
|
Definition at line 1083 of file GRIB.cpp. References GRIB_GRID_mercator::dx, GRIB_GRID_mercator::dy, GRIB_GRID_mercator::lat1, GRIB_GRID_mercator::lat2, GRIB_GRID_mercator::latin, GRIB_GRID_mercator::lon1, and GRIB_GRID_mercator::lon2. |
|
|
Definition at line 1020 of file GRIB.cpp. References GRIB_GRID_polar_stereographic::dx, GRIB_GRID_polar_stereographic::dy, GRIB_GRID_polar_stereographic::lat1, GRIB_GRID_polar_stereographic::lon1, GRIB_GRID_polar_stereographic::lov, and GRIB_GRID_polar_stereographic::pole. |
|
Definition at line 998 of file GRIB.cpp. References GRIB_GRID_gaussian_latlon::dlon, GRIB_GRID_gaussian_latlon::lat1, GRIB_GRID_gaussian_latlon::lat2, GRIB_GRID_gaussian_latlon::lon1, GRIB_GRID_gaussian_latlon::lon2, and GRIB_GRID_gaussian_latlon::N. |
|
Definition at line 973 of file GRIB.cpp. References GRIB_GRID_regular_latlon::dlat, GRIB_GRID_regular_latlon::dlon, GRIB_GRID_regular_latlon::lat1, GRIB_GRID_regular_latlon::lat2, GRIB_GRID_regular_latlon::lon1, and GRIB_GRID_regular_latlon::lon2. |
|
Definition at line 808 of file GRIB.cpp. References GRIB_LEVEL::leveldesc(). |
|
Definition at line 516 of file GRIB.cpp. References GRIB_TIME::timestring. |