Next: Class NcTypedComponent, Previous: Class NcFile, Up: NetCDF Classes
A netCDF dimension has a name and a size. Dimensions are only created and destroyed by NcFile member functions, because they cannot exist independently of an open netCDF file. Hence there are no public constructors or destructors.
NcToken name( void ) constlong size( void ) constNcBool is_valid( void ) constTRUE if file and dimension are both valid, FALSE
otherwise.
NcBool is_unlimited( void ) constTRUE if the dimension is the unlimited dimension,
FALSE if either not a valid netCDF file, or if the dimension is
not the unlimited dimension.
NcBool rename( NcToken newname )newname.
NcBool sync( void )