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/reorder_domain.hpp

    r1457 r1984  
    4141      typedef CObjectTemplate<CReorderDomain> SuperClass; 
    4242      typedef CReorderDomainAttributes SuperClassAttribute; 
     43      typedef CReorderDomain MyClass ; 
     44      typedef CTransformation<CDomain> SuperTransform ; 
    4345 
    4446    public : 
     
    5658      static StdString GetDefName(void); 
    5759      static ENodeType GetType(void); 
    58     private: 
     60      const string& getId(void) { return this->SuperClass::getId();} 
     61      ETranformationType getTransformationType(void) { return TRANS_REORDER_DOMAIN ;} 
     62      static CTransformation<CDomain>* getTransformation(const StdString& id) { return SuperClass::get(id);} 
     63      virtual void inheritFrom(SuperTransform* srcTransform) { solveDescInheritance(true, this->SuperClass::get((MyClass*)srcTransform)) ;} 
     64     private: 
    5965      static bool registerTrans(); 
    6066      static CTransformation<CDomain>* create(const StdString& id, xml::CXMLNode* node); 
Note: See TracChangeset for help on using the changeset viewer.