|
netcdf-C++
|
C++ API for netCDF4. More...
Namespaces | |
| namespace | exceptions |
Exception classes. | |
Classes | |
| class | NcAtt |
| class | NcByte |
| class | NcChar |
| class | NcCompoundType |
| class | NcDim |
| class | NcDouble |
| class | NcEnumType |
| class | NcFile |
| class | NcFloat |
| class | NcGroup |
| class | NcGroupAtt |
| class | NcInt |
| class | NcInt64 |
| class | NcOpaqueType |
| class | NcShort |
| class | NcString |
| class | NcType |
| class | NcUbyte |
| class | NcUint |
| class | NcUint64 |
| class | NcUshort |
| class | NcVar |
| class | NcVarAtt |
| class | NcVlenType |
Functions | |
| void | ncCheck (int retCode, char *file, int line) |
| bool | operator< (const NcDim &lhs, const NcDim &rhs) |
| bool | operator< (const NcGroup &lhs, const NcGroup &rhs) |
| bool | operator< (const NcType &lhs, const NcType &rhs) |
| bool | operator< (const NcVar &lhs, const NcVar &rhs) |
| bool | operator< (const NcGroupAtt &lhs, const NcGroupAtt &rhs) |
| bool | operator< (const NcVarAtt &lhs, const NcVarAtt &rhs) |
| bool | operator> (const NcGroupAtt &lhs, const NcGroupAtt &rhs) |
| bool | operator> (const NcType &lhs, const NcType &rhs) |
| bool | operator> (const NcVar &lhs, const NcVar &rhs) |
| bool | operator> (const NcDim &lhs, const NcDim &rhs) |
| bool | operator> (const NcVarAtt &lhs, const NcVarAtt &rhs) |
| bool | operator> (const NcGroup &lhs, const NcGroup &rhs) |
Variables | |
| NcByte | ncByte |
| NcChar | ncChar |
| NcDouble | ncDouble |
| NcFloat | ncFloat |
| NcInt | ncInt |
| NcInt64 | ncInt64 |
| NcShort | ncShort |
| NcString | ncString |
| NcUbyte | ncUbyte |
| NcUint | ncUint |
| NcUint64 | ncUint64 |
C++ API for netCDF4.
| void netCDF::ncCheck | ( | int | retCode, |
| char * | file, | ||
| int | line | ||
| ) |
Function checks error code and if necessary throws an exception.
| retCode | Integer value returned by netCDF C-routines. |
| file | The name of the file from which this call originates. |
| line | The line number in the file from which this call originates. |
| bool netCDF::operator< | ( | const NcGroupAtt & | lhs, |
| const NcGroupAtt & | rhs | ||
| ) |
comparator operator
| bool netCDF::operator> | ( | const NcGroupAtt & | lhs, |
| const NcGroupAtt & | rhs | ||
| ) |
comparator operator
1.7.4