Ignore:
Timestamp:
05/23/17 16:32:26 (7 years ago)
Author:
mhnguyen
Message:

Cleaning up some redundant codes

File:
1 edited

Legend:

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

    r1143 r1144  
    9191         CTransformation<CDomain>* addTransformation(ETranformationType transType, const StdString& id=""); 
    9292 
    93       public: 
    94          const std::set<StdString> & getRelFiles(void) const; 
     93      public:          
    9594         bool IsWritten(const StdString & filename) const; 
    9695         bool isWrittenCompressed(const StdString& filename) const; 
    97  
    98          const std::vector<int>& getIndexesToWrite(void) const; 
     96          
    9997         int getNumberWrittenIndexes() const; 
    10098         int getTotalNumberWrittenIndexes() const; 
    10199         int getOffsetWrittenIndexes() const; 
    102  
    103          const std::vector<int>& getStartWriteIndex() const; 
    104          const std::vector<int>& getCountWriteIndex() const; 
    105          const std::vector<int>& getLocalWriteSize() const; 
    106          const std::vector<int>& getGlobalWriteSize() const; 
    107100 
    108101         std::map<int, StdSize> getAttributesBufferSize(); 
     
    164157         static StdString GetName(void); 
    165158         static StdString GetDefName(void); 
    166  
    167          static ENodeType GetType(void); 
    168          const boost::unordered_map<int, vector<size_t> >& getIndexServer() const; 
     159         static ENodeType GetType(void);    
     160 
    169161         CArray<bool, 1> localMask; 
    170162         bool isCurvilinear ; 
     
    199191         void sendIndexZoom(); 
    200192         void sendDataIndex(); 
    201  
    202193         void convertLonLatValue(); 
    203194 
    204195       private:          
    205          std::vector<int> start_write_index_; 
    206          std::vector<int> count_write_index_; 
    207          std::vector<int> local_write_size_; 
    208          std::vector<int> global_write_size_; 
    209  
    210196         bool doZoomByIndex_; 
    211197         bool isChecked, computedWrittenIndex_; 
Note: See TracChangeset for help on using the changeset viewer.