NetCDF4 C++ API
|
std::exception | STL class |
netcdf::NcException | Handles the C++ API exceptions |
netcdf::MetadataCFGlobal | Class managing global metadata that conform to netCDF CF conventions. A typical set of attributes are known |
netcdf::MetadataCFVariable< TNumeric > | Class managing variable metadata that conform to netCDF CF conventions. A typical set of attributes are known |
netcdf::NcFileMetaCF | Class for read/write CF-convention netCDF global metadata (aka attributes). A typical set of attributes are known |
netcdf::NcFileReg | Manages a registry of NcFile objects |
netcdf::NcIndexedGridBase | Class providing an interface to a NetCDF file containing a indexed (packed) latitude/longitude grid |
netcdf::NcItem | Base class for NcAtt, NcVar, NcDim, NcGroup |
netcdf::NcAtt | Represents a netCDF attribute |
netcdf::NcGroupAtt | Represents a netCDF group attribute |
netcdf::NcVarAtt | Represents a netCDF variable attribute |
netcdf::NcDim | Represents a netCDF dimension |
netcdf::NcGroup | Represents a netCDF group |
netcdf::NcFile | Manages the opening, creating, and closing of netCDF files. Represents the netCDF root group |
netcdf::NcVar | Represents a netCDF variable |
netcdf::NcNullVar | |
netcdf::NcLatLonRecordBase | Class providing an interface to a NetCDF file containing a record-based latitude/longitude data |
netcdf::NcLimits | Class containing NetCDF limiting values |
netcdf::NcMPI | Manages data related to the MPI implementation |
netcdf::NcSimpleGridBase | Class providing an interface to a NetCDF file containing a simple latitude/longitude grid |
netcdf::NcSpatial | Types and constants for spatial data |
netcdf::NcTimeSeriesBase | Class providing an interface to a NetCDF file containing time-series dimension and variables |
netcdf::NcType | Base class for all netCDF data types |
netcdf::NcByte | Represents a netCDF atomic Byte type |
netcdf::NcChar | Represents a netCDF atomic Char type |
netcdf::NcDouble | Represents a netCDF atomic Double type |
netcdf::NcFloat | Represents a netCDF atomic Float type |
netcdf::NcInt | Represents a netCDF atomic Int type |
netcdf::NcInt64 | Represents a netCDF atomic Int64 type |
netcdf::NcNullType | |
netcdf::NcShort | Represents a netCDF atomic Short type |
netcdf::NcString | Represents a netCDF atomic String type |
netcdf::NcTypeUserDef | Defines a non-atomic, user-defined NetCDF4 type |
netcdf::NcCompoundType | Represents a netCDF compound type |
netcdf::NcEnumType | Represents a netCDF enum type |
netcdf::NcOpaqueType | Represents a netCDF opaque type |
netcdf::NcVlenType | Represents a netCDF VLEN type |
netcdf::NcUbyte | Represents a netCDF atomic Ubyte type |
netcdf::NcUint | Represents a netCDF atomic Uint type |
netcdf::NcUint64 | Represents a netCDF atomic Uint64 type |
netcdf::NcUshort | Represents a netCDF atomic Ushort type |
netcdf::NcTypeV4 | Class associated with netCDF version 4 data types |
netcdf::NcInt64 | Represents a netCDF atomic Int64 type |
netcdf::NcString | Represents a netCDF atomic String type |
netcdf::NcTypeUserDef | Defines a non-atomic, user-defined NetCDF4 type |
netcdf::NcUbyte | Represents a netCDF atomic Ubyte type |
netcdf::NcUint | Represents a netCDF atomic Uint type |
netcdf::NcUint64 | Represents a netCDF atomic Uint64 type |
netcdf::NcUshort | Represents a netCDF atomic Ushort type |
netcdf::NcUtil | Utility functions for the NetCDF4 C++ API |
netcdf::NcVarMetaCF | Class for read/write CF-convention metadata for a netCDF variable. A typical set of attributes are known |
netcdf::NcVersion | Class which returns the version of the NetCDF4 C++ API |