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

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

Implementing zooming on a domain

+) Add algorithm to do zooming on a domain
+) Remove some redundant codes

Test
+) On Curie
+) test_complete and test_client are correct

File size: 412 bytes
Line 
1#ifndef __XIOS_TRANSFORMATION_ENUM__
2#define __XIOS_TRANSFORMATION_ENUM__
3
4namespace xios
5{
6      /// ////////////////////// Définitions ////////////////////// ///
7      typedef enum transformation_type
8      {
9        TRANS_ZOOM_AXIS,
10        TRANS_INVERSE_AXIS,
11        TRANS_INTERPOLATE_AXIS,
12        TRANS_ZOOM_DOMAIN
13      } ETranformationType;
14
15} // namespace xios
16
17#endif // __XIOS_TRANSFORMATION_ENUM__
Note: See TracBrowser for help on using the repository browser.