#include <NetCDF_CF10_CDMReader.h>
Inheritance diagram for MetNoFimex::NetCDF_CF10_CDMReader:
Public Member Functions | |
NetCDF_CF10_CDMReader (const std::string &fileName) | |
virtual | ~NetCDF_CF10_CDMReader () |
virtual const boost::shared_ptr< Data > | getDataSlice (const std::string &varName, size_t unLimDimPos=0) throw (CDMException) |
data-reading function to be called from the CDMWriter |
|
|
|
|
|
data-reading function to be called from the CDMWriter This function needs to be implemented by the CDMReader. It should provide the data for each variable, either by reading from disk, converting from another CDMReader or reading from an in-memory data-section.
Implements MetNoFimex::CDMReader. |