Ignore:
Timestamp:
06/22/15 13:36:31 (9 years ago)
Author:
mhnguyen
Message:

Implementing transformation algorithm: zoom axis (local commit)

+) Implement zoom axis: zoomed points are points not masked
+) Correct some minor bugs

Test
+) Ok with normal cases: zoom in the last of transformation list
+) There is still a bug in case of zoom then inverse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/distribution_client.hpp

    r621 r623  
    3939    virtual const CArray<int,1>& getLocalDataIndexSendToServer() const; 
    4040    const CArray<size_t,1>& getGlobalDataIndexSendToServer() const; 
     41    const CArray<int,1>& getLocalMaskIndexOnClient() const; 
    4142 
    4243    std::vector<int> getNGlob() { return nGlob_; } 
    4344    std::vector<int> getDataNIndex() { return dataNIndex_; } 
     45 
    4446    bool isDataDistributed() { return isDataDistributed_; } 
    4547 
     
    7375    CArray<int,1>* localDataIndex_; 
    7476    CArray<int,1>* localDataIndexSendToServer_; 
     77    CArray<int,1>* localMaskIndex_; 
    7578 
    7679  private: 
Note: See TracChangeset for help on using the changeset viewer.