Ignore:
Timestamp:
12/06/20 22:14:56 (4 years ago)
Author:
ymipsl
Message:

intermediate commit for new tranformation engine?
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/interpolate_axis.hpp

    r836 r1984  
    4141      typedef CObjectTemplate<CInterpolateAxis> SuperClass; 
    4242      typedef CInterpolateAxisAttributes SuperClassAttribute; 
     43      typedef CInterpolateAxis MyClass ; 
     44      typedef CTransformation<CAxis> SuperTransform ; 
    4345 
    4446    public : 
     
    5860      static StdString GetDefName(void); 
    5961      static ENodeType GetType(void); 
     62      const string& getId(void) { return this->SuperClass::getId();} 
     63      ETranformationType getTransformationType(void) { return TRANS_INTERPOLATE_AXIS ;} 
     64      static CTransformation<CAxis>* getTransformation(const StdString& id) { return SuperClass::get(id);} 
     65      virtual void inheritFrom(SuperTransform* srcTransform) { solveDescInheritance(true, this->SuperClass::get((MyClass*)srcTransform)) ;} 
    6066    private: 
    6167      static bool registerTrans(); 
Note: See TracChangeset for help on using the changeset viewer.