source: vendor/nemo/current/NEMOGCM/EXTERNAL/XIOS/src/input/nc4_data_input.hpp @ 44

Last change on this file since 44 was 44, checked in by cholod, 12 years ago

Load NEMO_TMP into vendor/nemo/current.

File size: 699 bytes
Line 
1#ifndef __XMLIO_NC4_DATA_INPUT__
2#define __XMLIO_NC4_DATA_INPUT__
3
4/// xmlioserver headers ///
5#include "xmlioserver_spl.hpp"
6#include "inetcdf4.hpp"
7
8namespace xios
9{
10      /// ////////////////////// Déclarations ////////////////////// ///
11
12      class CNc4DataInput
13      {
14         public :
15
16            /// Constructeurs ///
17            CNc4DataInput(void);
18            CNc4DataInput(const CNc4DataInput & datainput);       // Not implemented.
19            CNc4DataInput(const CNc4DataInput * const datainput); // Not implemented.
20
21            /// Destructeur ///
22            virtual ~CNc4DataInput(void);
23
24      }; // class CNc4DataInput
25
26} // namespace xios
27
28#endif //__XMLIO_NC4_DATA_INPUT__
Note: See TracBrowser for help on using the repository browser.