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

Last change on this file since 830 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
RevLine 
[630]1#ifndef __XIOS_TRANSFORMATION_ENUM__
2#define __XIOS_TRANSFORMATION_ENUM__
[619]3
4namespace xios
5{
6      /// ////////////////////// Définitions ////////////////////// ///
[621]7      typedef enum transformation_type
[619]8      {
[621]9        TRANS_ZOOM_AXIS,
[630]10        TRANS_INVERSE_AXIS,
[631]11        TRANS_INTERPOLATE_AXIS,
[657]12        TRANS_ZOOM_DOMAIN,
[689]13        TRANS_INTERPOLATE_DOMAIN,
[687]14        TRANS_GENERATE_RECTILINEAR_DOMAIN
[621]15      } ETranformationType;
[619]16
17} // namespace xios
18
[630]19#endif // __XIOS_TRANSFORMATION_ENUM__
Note: See TracBrowser for help on using the repository browser.