source: XIOS/trunk/src/node/transformation_enum.hpp @ 619

Last change on this file since 619 was 619, checked in by mhnguyen, 9 years ago

Implementing the first prototype of filter

+) Create new class filter
+) Implement class for specific algorithm
+) Implement inversing algorithm

Test
+) On Curie
+) Grid with one axis: passed

File size: 527 bytes
Line 
1#ifndef __XMLIO_TRANSFORMATION_ENUM__
2#define __XMLIO_TRANSFORMATION_ENUM__
3
4//#define DECLARE_NODE(Name_, name_)     ,e##Name_, g##Name_
5//#define DECLARE_NODE_PAR(Name_, name_) ,e##Name_, g##Name_
6
7namespace xios
8{
9      /// ////////////////////// Définitions ////////////////////// ///
10      typedef enum transformationType
11      {
12         UnknownTransformation = 0,
13         eInverse,
14         eZoom
15
16//#include "node_type.conf"
17
18      } ETransformationType;
19
20} // namespace xios
21
22#endif // __XMLIO_TRANSFORMATION_ENUM__
Note: See TracBrowser for help on using the repository browser.