|
MBDyn-1.7.3
|
#include <netcdfcpp.h>

Public Member Functions | |
| NcToken | name (void) const |
| long | size (void) const |
| NcBool | is_valid (void) const |
| NcBool | is_unlimited (void) const |
| NcBool | rename (NcToken newname) |
| int | id (void) const |
| NcBool | sync (void) |
Private Member Functions | |
| NcDim (NcFile *, int num) | |
| NcDim (NcFile *, NcToken name, long sz) | |
| virtual | ~NcDim (void) |
Private Attributes | |
| NcFile * | the_file |
| int | the_id |
| char * | the_name |
Friends | |
| class | NcFile |
Definition at line 142 of file netcdfcpp.h.
|
privatevirtual |
| int NcDim::id | ( | void | ) | const |
| NcBool NcDim::is_unlimited | ( | void | ) | const |
| NcBool NcDim::is_valid | ( | void | ) | const |
| NcToken NcDim::name | ( | void | ) | const |
| long NcDim::size | ( | void | ) | const |
| NcBool NcDim::sync | ( | void | ) |
|
friend |
Definition at line 163 of file netcdfcpp.h.
|
private |
Definition at line 154 of file netcdfcpp.h.
|
private |
Definition at line 155 of file netcdfcpp.h.
|
private |
Definition at line 156 of file netcdfcpp.h.