#include <ncOpaqueType.h>
Class represents a netCDF opaque type
NcOpaqueType::NcOpaqueType |
( |
| ) |
|
netCDF::NcOpaqueType::NcOpaqueType |
( |
const NcGroup & |
grp, |
|
|
const std::string & |
name |
|
) |
| |
Constructor. The opaque Type must already exist in the netCDF file. New netCDF opaque types # can be added using NcGroup::addNcOpaqueType();
- Parameters
-
grp | The parent group where this type is defined. |
name | Name of new type. |
NcOpaqueType::NcOpaqueType |
( |
const NcType & |
ncType | ) |
|
Constructor. Constructs from the base type NcType object. Will throw an exception if the NcType is not the base of a Opaque type.
- Parameters
-
netCDF::NcOpaqueType::~NcOpaqueType |
( |
| ) |
|
|
inline |
size_t NcOpaqueType::getTypeSize |
( |
| ) |
const |
Returns the size of the opaque type in bytes.
Assignment operator. This assigns from the base type NcType object. Will throw an exception if the NcType is not the base of an Opaque type.
The documentation for this class was generated from the following files:
- ncOpaqueType.h
- ncOpaqueType.cpp