Ignore:
Timestamp:
06/22/15 13:36:21 (9 years ago)
Author:
mhnguyen
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/type/type_util.hpp

    r619 r621  
    2020    class CVariable; 
    2121    class CVariableGroup; 
    22     class CTransformation; 
    23     class CTransformationGroup; 
     22    class CInverseAxis; 
     23    class CInverseAxisGroup; 
     24    class CZoomAxis; 
     25    class CZoomAxisGroup; 
    2426 
    2527  template <typename T> inline string getStrType(void); 
     
    5860  macro(CVariable) 
    5961  macro(CVariableGroup) 
    60   macro(CTransformation) 
    61   macro(CTransformationGroup) 
    62  
     62  macro(CInverseAxis) 
     63  macro(CInverseAxisGroup) 
     64  macro(CZoomAxis) 
     65  macro(CZoomAxisGroup) 
    6366#undef macro 
    6467} 
Note: See TracChangeset for help on using the changeset viewer.