Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

GRIB.cpp File Reference

#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)


Function Documentation

std::ostream& operator<< std::ostream &    os,
GRIB_GRID   g
 

Definition at line 1250 of file GRIB.cpp.

References GRIB_GRID::gds, GRIB_GRID::gl, GRIB_GRID_GAUSSIAN, GRIB_GRID_LAMBERT_CONFORMAL, GRIB_GRID_MERCATOR, GRIB_GRID_POLAR_STEREOGRAPHIC, GRIB_GRID_REGULAR_LATLON, GRIB_GRID_SPACEVIEW, GRIB_GRID_SPHERICAL_HARMONIC_COE, GRIB_GRID::grid_code, GRIB_GRID::is_dirincgiven, GRIB_GRID::is_earth_spheroid, GRIB_GRID::is_fortran, GRIB_GRID::is_uv_grid, GRIB_GRID::is_x_negative, GRIB_GRID::is_y_negative, GRIB_GRID::lc, GRIB_GRID::ll, GRIB_GRID::mc, GRIB_GRID::nx, GRIB_GRID::nxny, GRIB_GRID::ny, GRIB_GRID::ps, GRIB_GRID::sa, GRIB_GRID::sp, and GRIB_GRID::type.

std::ostream& operator<< std::ostream &    os,
GRIB_GRID_spherical_harmonic   g
 

Definition at line 1135 of file GRIB.cpp.

References GRIB_GRID_spherical_harmonic::CSM_normal, GRIB_GRID_spherical_harmonic::J, GRIB_GRID_spherical_harmonic::K, GRIB_GRID_spherical_harmonic::M, GRIB_GRID_spherical_harmonic::representation, GRIB_GRID_spherical_harmonic::SR_associated_legendre_polynomials_first_kind, and GRIB_GRID_spherical_harmonic::storage_method.

std::ostream& operator<< std::ostream &    os,
GRIB_GRID_spaceview   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.

std::ostream& operator<< std::ostream &    os,
GRIB_GRID_mercator   g
 

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.

std::ostream& operator<< std::ostream &    os,
GRIB_GRID_lambert_conformal   g
 

Definition at line 1052 of file GRIB.cpp.

References GRIB_GRID_lambert_conformal::bipolar, GRIB_GRID_lambert_conformal::dx, GRIB_GRID_lambert_conformal::dy, GRIB_GRID_lambert_conformal::lat1, GRIB_GRID_lambert_conformal::latin1, GRIB_GRID_lambert_conformal::latin2, GRIB_GRID_lambert_conformal::latsp, GRIB_GRID_lambert_conformal::lon1, GRIB_GRID_lambert_conformal::lonsp, GRIB_GRID_lambert_conformal::lov, and GRIB_GRID_lambert_conformal::pole.

std::ostream& operator<< std::ostream &    os,
GRIB_GRID_polar_stereographic   g
 

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.

std::ostream& operator<< std::ostream &    os,
GRIB_GRID_gaussian_latlon   g
 

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.

std::ostream& operator<< std::ostream &    os,
GRIB_GRID_regular_latlon   g
 

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.

std::ostream& operator<< std::ostream &    os,
GRIB_LEVEL   l
 

Definition at line 808 of file GRIB.cpp.

References GRIB_LEVEL::leveldesc().

std::ostream& operator<< std::ostream &    os,
GRIB_TIME   t
 

Definition at line 516 of file GRIB.cpp.

References GRIB_TIME::timestring.


Generated on Fri Sep 10 09:52:08 2004 for GRIBLIB by doxygen1.2.18