1 #ifndef METGM_CDM_READER_H 2 #define METGM_CDM_READER_H 27 #ifndef MIFI_IO_READER_SUPPRESS_DEPRECATED 29 This header-file is deprecated and \ 30 may be removed without further notice at a future date. Please use a \ 31 non-deprecated interface with equivalent functionality instead, i.e. \ 33 *CDMReader(file,config) \ 35 CDMFileReaderFactory::create(MIFI_FILETYPE_*,file,config) 45 #include <boost/shared_ptr.hpp> 50 class MetGmCDMReaderImpl;
61 boost::shared_ptr<MetGmCDMReaderImpl> d_ptr;
66 #endif // METGM_CDM_READER_H basic_string< char > string
boost::shared_ptr< Data > DataPtr
Definition: DataDecl.h:39
DataPtr getDataSlice(const std::string &varName, size_t unLimDimPos)
data-reading function to be called from the CDMWriter
Definition: C_CDMReader.h:35
Basic interface for CDM reading and manipulation classes.
Definition: CDMReader.h:53
MetGmCDMReader(const std::string &metgmsource, const XMLInput &configXML)
Definition: MetGmCDMReader.h:52