NetCDF4 C++ API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NcFile.h File Reference
#include "NcConfig.h"
#include "NcGroup.h"
#include "NcVersion.h"
+ Include dependency graph for NcFile.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  netcdf::NcFile
 Manages the opening, creating, and closing of netCDF files.
Represents the netCDF root group. More...
 

Namespaces

 netcdf
 

Functions

std::string const & netcdf::GetFileModeStr (NcFile::FileMode const fileMode)
 Get a string matching the file mode. More...
 
std::string const & netcdf::GetFileFormatStr (NcFile::FileFormat const fileFormat)
 Get a string matching the file format. More...
 

Detailed Description