NetCDF4 C++ API
|
#include <iostream>
#include "netcdf4"
Functions | |
void | Create (NcFile &nc) |
void | AddData (NcFile &nc) |
bool | ReadAndCompare_Scalar (NcFile &nc) |
bool | ReadAndCompare_1D (NcFile &nc) |
bool | ReadAndCompare_2D (NcFile &nc) |
bool | ReadAndCompare_Strings (NcFile &nc) |
bool | ReadAndCompare_StringAt (NcFile &nc) |
std::string const & | Test (bool const result) |
int | main () |
void AddData | ( | NcFile & | nc | ) |
void Create | ( | NcFile & | nc | ) |
int main | ( | ) |
bool ReadAndCompare_1D | ( | NcFile & | nc | ) |
bool ReadAndCompare_2D | ( | NcFile & | nc | ) |
bool ReadAndCompare_Scalar | ( | NcFile & | nc | ) |
bool ReadAndCompare_StringAt | ( | NcFile & | nc | ) |
bool ReadAndCompare_Strings | ( | NcFile & | nc | ) |
std::string const& Test | ( | bool const | result | ) |