|
REMORA
Regional Modeling of Oceans Refined Adaptively
|
Representation of NetCDF dimension. More...
#include <REMORA_NCInterface.H>

Public Member Functions | |
| std::string | name () const |
| Name of this dimension. | |
| MPI_Offset | len () const |
| Length of this dimension. | |
Public Attributes | |
| const int | ncid |
| File/Group Identifier. | |
| const int | dimid |
| Dimension ID used with NetCDF API. | |
Representation of NetCDF dimension.
Definition at line 35 of file REMORA_NCInterface.H.
| MPI_Offset ncutils::NCDim::len | ( | ) | const |
Length of this dimension.
Definition at line 28 of file REMORA_NCInterface.cpp.
| std::string ncutils::NCDim::name | ( | ) | const |
Name of this dimension.
Definition at line 23 of file REMORA_NCInterface.cpp.
| const int ncutils::NCDim::dimid |
Dimension ID used with NetCDF API.
Definition at line 41 of file REMORA_NCInterface.H.
Referenced by ncutils::NCFile::def_array(), ncutils::NCFile::def_array_fill(), len(), and name().
| const int ncutils::NCDim::ncid |
File/Group Identifier.
Definition at line 38 of file REMORA_NCInterface.H.