MDAL
|
Public Types | |
enum | Type { UnknownType = 0 , Vertex , Edge , Face2DEdge , Face , Volume3D , StackedFace3D , Time , MaxVerticesInFace } |
Public Member Functions | |
Type | type (int ncid) const |
Returns type of dimensions based on NetCDF array id. | |
size_t | size (Type type) const |
Returns number of items for the type. | |
void | setDimension (Type type, size_t count, int ncid=-1) |
Sets a dimension. | |
bool | isDatasetType (Type type) const |
Returns whether the type is one that case be used for datasets definition. | |