Last change
on this file since 888 was
888,
checked in by mhnguyen, 9 years ago
|
Adding new transformation for scalar: Reducing an axis to a scalar
+) Add new xml node for new transformation
+) Add new algorithms for axis reduction
+) Make change in some place to make sure everything work fine
Test
+) On Curie
+) Tests pass and are correct
|
File size:
554 bytes
|
Line | |
---|
1 | #ifndef __XIOS_TRANSFORMATION_ENUM__ |
---|
2 | #define __XIOS_TRANSFORMATION_ENUM__ |
---|
3 | |
---|
4 | namespace xios |
---|
5 | { |
---|
6 | /// ////////////////////// Définitions ////////////////////// /// |
---|
7 | typedef enum transformation_type |
---|
8 | { |
---|
9 | TRANS_ZOOM_AXIS = 0, |
---|
10 | TRANS_INVERSE_AXIS = 1, |
---|
11 | TRANS_INTERPOLATE_AXIS = 2, |
---|
12 | TRANS_ZOOM_DOMAIN = 3, |
---|
13 | TRANS_INTERPOLATE_DOMAIN = 4, |
---|
14 | TRANS_GENERATE_RECTILINEAR_DOMAIN = 5, |
---|
15 | TRANS_REDUCE_AXIS_TO_SCALAR = 6 |
---|
16 | } ETranformationType; |
---|
17 | |
---|
18 | } // namespace xios |
---|
19 | |
---|
20 | #endif // __XIOS_TRANSFORMATION_ENUM__ |
---|
Note: See
TracBrowser
for help on using the repository browser.