C++ API for netCDF4.
More...
|
void | ncCheck (int retCode, char *file, int line) |
|
bool | operator< (const NcDim &lhs, const NcDim &rhs) |
|
bool | operator< (const NcType &lhs, const NcType &rhs) |
|
bool | operator< (const NcGroupAtt &lhs, const NcGroupAtt &rhs) |
|
bool | operator< (const NcVarAtt &lhs, const NcVarAtt &rhs) |
|
bool | operator< (const NcVar &lhs, const NcVar &rhs) |
|
bool | operator< (const NcGroup &lhs, const NcGroup &rhs) |
|
bool | operator> (const NcType &lhs, const NcType &rhs) |
|
bool | operator> (const NcDim &lhs, const NcDim &rhs) |
|
bool | operator> (const NcGroupAtt &lhs, const NcGroupAtt &rhs) |
|
bool | operator> (const NcVarAtt &lhs, const NcVarAtt &rhs) |
|
bool | operator> (const NcVar &lhs, const NcVar &rhs) |
|
bool | operator> (const NcGroup &lhs, const NcGroup &rhs) |
|
void netCDF::ncCheck |
( |
int |
retCode, |
|
|
char * |
file, |
|
|
int |
line |
|
) |
| |
Function checks error code and if necessary throws an exception.
- Parameters
-
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 NcDim & |
lhs, |
|
|
const NcDim & |
rhs |
|
) |
| |
bool netCDF::operator< |
( |
const NcType & |
lhs, |
|
|
const NcType & |
rhs |
|
) |
| |
bool netCDF::operator< |
( |
const NcVar & |
lhs, |
|
|
const NcVar & |
rhs |
|
) |
| |
bool netCDF::operator> |
( |
const NcType & |
lhs, |
|
|
const NcType & |
rhs |
|
) |
| |
bool netCDF::operator> |
( |
const NcDim & |
lhs, |
|
|
const NcDim & |
rhs |
|
) |
| |
bool netCDF::operator> |
( |
const NcVar & |
lhs, |
|
|
const NcVar & |
rhs |
|
) |
| |
A global instance of the NcByte class within the netCDF namespace.
A global instance of the NcChar class within the netCDF namespace.
A global instance of the NcFloat class within the netCDF namespace.
A global instance of the NcInt class within the netCDF namespace.
A global instance of the NcInt64 class within the netCDF namespace.
A global instance of the NcShort class within the netCDF namespace.
A global instance of the NcUbyte class within the netCDF namespace.
A global instance of the NcUint class within the netCDF namespace.