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

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

Modifying the interface of interpolation domain

+) Change node name from interpolate_from_file_domain to interpolate_domain and add some new atrributes
+) Add more tests into test_remap

Test
+) On Curie
+) test_remap works for direct weight calculation and reading weight calculation from file

File size: 489 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        TRANS_INTERPOLATE_DOMAIN,
14        TRANS_GENERATE_RECTILINEAR_DOMAIN
15      } ETranformationType;
16
17} // namespace xios
18
19#endif // __XIOS_TRANSFORMATION_ENUM__
Note: See TracBrowser for help on using the repository browser.