Ignore:
Timestamp:
07/10/17 15:16:17 (7 years ago)
Author:
mhnguyen
Message:

Porting non-continuous axis zoom to dev branch

+) Port axis zoom
+) Resolve some merge conflicts
+) Revert some codes

Test
+) On Curie
+) Ok

File:
1 edited

Legend:

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

    r1201 r1202  
    119119         CTransformation<CAxis>* addTransformation(ETranformationType transType, const StdString& id=""); 
    120120         bool isEqual(CAxis* axis); 
     121         bool zoomByIndex(); 
    121122 
    122       public: 
    123         int zoom_begin_srv, zoom_end_srv, zoom_size_srv; 
    124         int ni_srv, begin_srv, end_srv; 
    125         int global_zoom_begin_srv, global_zoom_end_srv, global_zoom_size_srv; 
    126         CArray<double,1> value_srv; 
    127         CArray<double,2> bound_srv; 
     123      public:                 
    128124        CArray<StdString,1> label_srv; 
    129         CArray<int,1> zoom_index_srv; 
    130125        bool hasValue; 
    131126        CArray<int,1> globalDimGrid; 
     
    146141         void computeConnectedServer(const std::vector<int>& globalDim, int orderPositionInGrid, 
    147142                                     CServerDistributionDescription::ServerDistributionType distType); 
    148          bool zoomByIndex(); 
    149143 
    150144         void sendNonDistributedAttributes(void); 
     
    175169         std::map<int, CArray<int,1> > indiSrv_; 
    176170         bool hasBounds_; 
    177          bool hasLabel; 
    178          bool doZoomByIndex_; 
     171         bool hasLabel;          
    179172         bool computedWrittenIndex_; 
    180173 
Note: See TracChangeset for help on using the changeset viewer.