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 ) const
long size( void ) const
NcBool is_valid( void ) const
TRUE
if file and dimension are both valid, FALSE
otherwise.
NcBool is_unlimited( void ) const
TRUE
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 )