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

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

Implementing generic transformation algorithm (local commit)

+) Change a little bit to make sure everything work in order

Test
+) test_new_features passe with inverse

File size: 479 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 transformation_type
11      {
12        TRANS_ZOOM_AXIS,
13        TRANS_INVERSE_AXIS
14      } ETranformationType;
15
16} // namespace xios
17
18#endif // __XMLIO_TRANSFORMATION_ENUM__
Note: See TracBrowser for help on using the repository browser.