This structure contains the metadata associated with a NetCDF dimension
#include <libncpp.h>
Public Member Functions | |
NC_DIMENSION () | |
NC_DIMENSION (const size_t &i_param, const std::string &i_name) | |
NC_DIMENSION (const size_t &i_param, const std::string &i_name, const size_t &len, const int &i_dimid, const bool &unlimited) | |
std::string | toString () const |
Public Attributes | |
std::string | name |
dimension name More... | |
size_t | length |
dimension length (irrelevant when the dimension is "unlimited") More... | |
int | dimid |
dimension ID, set to -1 and then to a positive value after reading/writing to/from a file More... | |
size_t | param |
parameter index (from Dimensions or MeteoGrids::Parameters) More... | |
bool | isUnlimited |
at most, one dimension can be "unlimited" More... | |
|
inline |
|
inline |
|
inline |
|
inline |
int nc_dimension::dimid |
dimension ID, set to -1 and then to a positive value after reading/writing to/from a file
bool nc_dimension::isUnlimited |
at most, one dimension can be "unlimited"
size_t nc_dimension::length |
dimension length (irrelevant when the dimension is "unlimited")
std::string nc_dimension::name |
dimension name
size_t nc_dimension::param |
parameter index (from Dimensions or MeteoGrids::Parameters)