Ignore:
Timestamp:
04/20/11 18:34:34 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/node/domain.hpp

    r180 r182  
    6969         /// Accesseurs /// 
    7070         boost::shared_ptr<CMask> getLocalMask(void) const; 
     71          
    7172         const std::set<StdString> & getRelFiles(void) const; 
     73 
     74         const std::vector<int> & getIBeginSub(void) const; 
     75         const std::vector<int> & getIEndSub(void) const; 
     76         const std::vector<int> & getJBeginSub(void) const; 
     77         const std::vector<int> & getJEndSub(void) const; 
     78          
     79         const std::vector<ARRAY(double, 1)> & getLonValueSub(void) const; 
     80         const std::vector<ARRAY(double, 1)> & getLatValueSub(void) const; 
    7281 
    7382         /// Test /// 
    7483         bool IsWritten(const StdString & filename) const; 
    75  
     84          
     85      public : 
     86       
    7687         /// Mutateur /// 
    7788         void addRelFile(const StdString & filename); 
    78  
     89         void completeLonLat(void); 
     90          
    7991         /// Destructeur /// 
    8092         virtual ~CDomain(void); 
     
    94106 
    95107         std::vector<int> ibegin_sub, iend_sub, jbegin_sub, jend_sub; 
     108         std::vector<ARRAY(double, 1)> lonvalue_sub, latvalue_sub; 
    96109 
    97110   }; // class CDomain 
Note: See TracChangeset for help on using the changeset viewer.