New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
nc4_data_input.hpp in vendors/XIOS/current/src/input – NEMO

source: vendors/XIOS/current/src/input/nc4_data_input.hpp @ 4508

Last change on this file since 4508 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

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.