#include <FeltCDMReader.h>
Inheritance diagram for MetNoFimex::FeltCDMReader:
Public Member Functions | |
FeltCDMReader (std::string filename, std::string configFilename) throw (CDMException) | |
virtual | ~FeltCDMReader () |
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 | |
virtual const CDM & | getCDM () const |
|
|
|
|
|
Reimplemented from MetNoFimex::CDMReader. |
|
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. |