NetCDF-C++
4.3.1-developer
|
▼Cexception | |
▼CnetCDF::exceptions::NcException | Base object is thrown if a netCDF exception is encountered |
CnetCDF::exceptions::NcAttExists | Thrown if attribute exists |
CnetCDF::exceptions::NcAttMeta | Thrown if attribute meta |
CnetCDF::exceptions::NcBadDim | Thrown if an invalid dimension id or name |
CnetCDF::exceptions::NcBadFieldId | Thrown if bad field id |
CnetCDF::exceptions::NcBadGroupId | Thrown if bad group id |
CnetCDF::exceptions::NcBadId | Thrown if the specified netCDF ID does not refer to an open netCDF dataset |
CnetCDF::exceptions::NcBadName | Thrown if attribute or variable name contains illegal characters |
CnetCDF::exceptions::NcBadType | Thrown if not a valid netCDF data type |
CnetCDF::exceptions::NcBadTypeId | Thrown if bad type id |
CnetCDF::exceptions::NcCantCreate | Thrown if cannot create |
CnetCDF::exceptions::NcCantRead | Thrown if cannot read |
CnetCDF::exceptions::NcCantWrite | Thrown if cannot write |
CnetCDF::exceptions::NcChar | Thrown if attempt to convert between text and numbers |
CnetCDF::exceptions::NcDimMeta | Thrown if dim meta |
CnetCDF::exceptions::NcDimSize | Thrown if invalid dimension size |
CnetCDF::exceptions::NcEdge | Thrown if edge+start exceeds dimension bound |
CnetCDF::exceptions::NcElateDef | Thrown if an operation to set the chunking, endianness, fill of a NcVar object is issued after a call to NcVar::getVar or NcVar::putVar has been made |
CnetCDF::exceptions::NcEnoGrp | Thrown if cannot return a netCDF group |
CnetCDF::exceptions::NcExist | Thrown if, having set NC_NOCLOBBER, the specified dataset already exists |
CnetCDF::exceptions::NcFileMeta | Thrown if file meta |
CnetCDF::exceptions::NcGlobal | Thrown if the action is prohibited on the NC_GLOBAL varid |
CnetCDF::exceptions::NcHdfErr | Thrown if an error was reported by the HDF5 layer |
CnetCDF::exceptions::NcInDefineMode | Thrown if operation not allowed in defined mode |
CnetCDF::exceptions::NcInvalidArg | Thrown if not a netCDF id |
CnetCDF::exceptions::NcInvalidCoords | Index exceeds dimension bound |
CnetCDF::exceptions::NcInvalidWrite | Thrown if invalid argument |
CnetCDF::exceptions::NcMaxAtts | Thrown if Nc_MAX_ATTRS is exceeded |
CnetCDF::exceptions::NcMaxDims | Thrown if NC_MAX_DIMS is exceeded |
CnetCDF::exceptions::NcMaxName | Thrown if NC_MAX_NAME is exceeded |
CnetCDF::exceptions::NcMaxVars | Thrown if NC_MAX_VARS is exceeded |
CnetCDF::exceptions::NcNameInUse | Thrown if string match to name is in use |
CnetCDF::exceptions::NcNFile | Thrown if too many netcdf files are open |
CnetCDF::exceptions::NcNoCompound | Thrown if no compound |
CnetCDF::exceptions::NcNoMem | Thrown if memory allocation (malloc) failure |
CnetCDF::exceptions::NcNoRecVars | Thrown if nc_rec op when there are no record vars |
CnetCDF::exceptions::NcNotAtt | Thrown if attribute is not found |
CnetCDF::exceptions::NcNotInDefineMode | Thrown if operation not allowed in data mode |
CnetCDF::exceptions::NcNotNc4 | Thrown if attempting netcdf-4 operation on netcdf-3 file |
CnetCDF::exceptions::NcNotNCF | Thrown if not a netCDF file |
CnetCDF::exceptions::NcNotVar | Thrown if variable is not found |
CnetCDF::exceptions::NcNullDim | Thrown if the requested operation is on a NULL dimension |
CnetCDF::exceptions::NcNullGrp | Thrown if the requested operation is on a NULL group |
CnetCDF::exceptions::NcNullType | Thrown if the requested operation is on a NULL type |
CnetCDF::exceptions::NcRange | Thrown if math result not representable |
CnetCDF::exceptions::NcStrictNc3 | Thrown if attempting netcdf-4 operation on strict nc3 netcdf-4 file |
CnetCDF::exceptions::NcStride | Thrown if illegal stride |
CnetCDF::exceptions::NcSts | Thrown if in FORTRAN, string is too short |
CnetCDF::exceptions::NcTrunc | Thrown if file likely truncated or possibly corrupted |
CnetCDF::exceptions::NcUnknownName | Thrown if cannot find the field id |
CnetCDF::exceptions::NcUnlimit | Thrown if NC_UNLIMITED size is already in use |
CnetCDF::exceptions::NcUnlimPos | Thrown if Nc_UNLIMITED is in the wrong index |
CnetCDF::exceptions::NcVarMeta | Thrown if variable meta |
CnetCDF::exceptions::NcVarSize | Thrown if one or more variable sizes violate format constraints |
▼CnetCDF::NcAtt | Abstract base class represents inherited by ncVarAtt and ncGroupAtt |
CnetCDF::NcGroupAtt | Class represents a netCDF group attribute |
CnetCDF::NcVarAtt | Class represents a netCDF attribute local to a netCDF variable |
CnetCDF::NcDim | Class represents a netCDF dimension |
▼CnetCDF::NcGroup | Class represents a netCDF group |
CnetCDF::NcFile | Class represents a netCDF root group |
▼CnetCDF::NcType | Base class inherited by NcOpaque, NcVlen, NcCompound and NcEnum classes |
CnetCDF::NcByte | Class represents a netCDF atomic Byte type |
CnetCDF::NcChar | Class represents a netCDF atomic Char type |
CnetCDF::NcCompoundType | Class represents a netCDF compound type |
CnetCDF::NcDouble | Class represents a netCDF atomic Double type |
CnetCDF::NcEnumType | Class represents a netCDF enum type |
CnetCDF::NcFloat | Class represents a netCDF atomic Float type |
CnetCDF::NcInt | Class represents a netCDF atomic Int type |
CnetCDF::NcInt64 | Class represents a netCDF atomic Int64 type |
CnetCDF::NcOpaqueType | Class represents a netCDF opaque type |
CnetCDF::NcShort | Class represents a netCDF atomic Short type |
CnetCDF::NcString | Class represents a netCDF atomic String type |
CnetCDF::NcUbyte | Class represents a netCDF atomic Ubyte type |
CnetCDF::NcUint | Class represents a netCDF atomic Uint type |
CnetCDF::NcUint64 | Class represents a netCDF atomic Uint64 type |
CnetCDF::NcUshort | Class represents a netCDF atomic Ushort type |
CnetCDF::NcVlenType | Class represents a netCDF VLEN type |
CnetCDF::NcVar | Class represents a netCDF variable |