Ignore:
Timestamp:
06/06/17 17:58:16 (7 years ago)
Author:
oabramkina
Message:

Two server levels: merging with trunk r1137.
There are bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/axis.hpp

    r1144 r1158  
    6868 
    6969         static CAxis* createAxis(); 
    70       
     70 
     71         /// Accesseurs /// 
     72         const std::set<StdString> & getRelFiles(void) const; 
     73 
    7174         int getNumberWrittenIndexes() const; 
    7275         int getTotalNumberWrittenIndexes() const; 
     
    115118         void duplicateTransformation(CAxis*); 
    116119         CTransformation<CAxis>* addTransformation(ETranformationType transType, const StdString& id=""); 
     120         bool isEqual(CAxis* axis); 
    117121 
    118122      public: 
     
    121125        CArray<double,1> value_srv; 
    122126        CArray<double,2> bound_srv; 
     127        CArray<StdString,1> label_srv; 
    123128        bool hasValue; 
    124129        CArray<int,1> globalDimGrid; 
     
    131136         void checkMask(); 
    132137         void checkZoom(); 
    133          void checkBounds();          
     138         void checkBounds(); 
     139         void checkLabel(); 
    134140         void sendAttributes(const std::vector<int>& globalDim, int orderPositionInGrid, 
    135141                             CServerDistributionDescription::ServerDistributionType distType); 
     
    166172         std::map<int, CArray<int,1> > indiSrv_; 
    167173         bool hasBounds_; 
    168  
     174         bool hasLabel; 
    169175         bool doZoomByIndex_; 
    170176         bool computedWrittenIndex_; 
Note: See TracChangeset for help on using the changeset viewer.