Ignore:
Timestamp:
12/06/20 22:14:56 (3 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/extract_axis_to_scalar.hpp

    r960 r1984  
    4141      typedef CObjectTemplate<CExtractAxisToScalar> SuperClass; 
    4242      typedef CExtractAxisToScalarAttributes SuperClassAttribute; 
     43      typedef CExtractAxisToScalar MyClass ; 
     44      typedef CTransformation<CScalar> SuperTransform ; 
    4345 
    4446    public : 
     
    5658      static StdString GetDefName(void); 
    5759      static ENodeType GetType(void); 
     60      const string& getId(void) { return this->SuperClass::getId();} 
     61      ETranformationType getTransformationType(void) { return TRANS_EXTRACT_AXIS_TO_SCALAR ;} 
     62      static CTransformation<CScalar>* getTransformation(const StdString& id) { return SuperClass::get(id);} 
     63      virtual void inheritFrom(SuperTransform* srcTransform) { solveDescInheritance(true, this->SuperClass::get((MyClass*)srcTransform)) ;} 
    5864    private: 
    5965      static bool registerTrans(); 
Note: See TracChangeset for help on using the changeset viewer.