Ignore:
Timestamp:
04/08/16 15:00:45 (8 years ago)
Author:
mhnguyen
Message:

Exposing transformation to Fortran interface

+) Export zoom and axis transformation to Fortran interface

Test
+) On Curie
+) All work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/axis.hpp

    r823 r836  
    113113         TransMapTypes getAllTransformations(); 
    114114         void fillInValues(const CArray<double,1>& values); 
    115          void duplicateTransformation(CAxis*);                   \ 
     115         void duplicateTransformation(CAxis*); 
     116         CTransformation<CAxis>* addTransformation(ETranformationType transType, const StdString& id=""); 
    116117 
    117118      public: 
     
    162163         std::map<int, CArray<int,1> > indiSrv_; 
    163164         bool hasBounds_; 
     165 
     166       private: 
     167         static bool initializeTransformationMap(std::map<StdString, ETranformationType>& m); 
     168         static std::map<StdString, ETranformationType> transformationMapList_; 
     169         static bool dummyTransformationMapList_; 
     170 
    164171         DECLARE_REF_FUNC(Axis,axis) 
    165172   }; // class CAxis 
Note: See TracChangeset for help on using the changeset viewer.