|
netcdfpp
Header-only NetCDF C++ wrapper
|
Compound field metadata. More...
#include <netcdfpp.h>
Public Attributes | |
| nc_type | type |
| NetCDF type id of the field. | |
| std::string | name |
| Field name. | |
| std::size_t | offset |
| Byte offset of the field in the compound type. | |
| std::vector< int > | dimensions |
| Array dimensions for array fields; empty for scalar fields. | |
Compound field metadata.
| std::vector<int> netCDF::UserType::CompoundField::dimensions |
Array dimensions for array fields; empty for scalar fields.
| std::string netCDF::UserType::CompoundField::name |
Field name.
| std::size_t netCDF::UserType::CompoundField::offset |
Byte offset of the field in the compound type.
| nc_type netCDF::UserType::CompoundField::type |
NetCDF type id of the field.