NetCDF dimension.
More...
#include <netcdfpp.h>
|
| std::size_t | size () const |
| | Returns the current dimension length.
|
| |
| bool | is_unlimited () const |
| | Returns true when the dimension is unlimited.
|
| |
| Group | parent () const |
| | Returns the parent group.
|
| |
| void | rename (std::string name) |
| | Renames the dimension in place.
|
| |
| const std::string & | name () const |
| |
| int | id () const |
| |
◆ is_unlimited()
| bool netCDF::Dimension::is_unlimited |
( |
| ) |
const |
|
inline |
Returns true when the dimension is unlimited.
◆ parent()
| Group netCDF::Dimension::parent |
( |
| ) |
const |
|
inline |
Returns the parent group.
◆ rename()
| void netCDF::Dimension::rename |
( |
std::string |
name | ) |
|
|
inline |
Renames the dimension in place.
◆ size()
| std::size_t netCDF::Dimension::size |
( |
| ) |
const |
|
inline |
Returns the current dimension length.
◆ Group
◆ Maybe< Dimension >
◆ Variable
The documentation for this class was generated from the following file: