Ignore:
Timestamp:
07/12/18 19:12:32 (6 years ago)
Author:
oabramkina
Message:

Replacing axis zoom by axis extract.
Zoom private attributes are gone for good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/axis_algorithm_zoom.hpp

    r1201 r1559  
    11/*! 
    22   \file axis_algorithm_zoom.hpp 
    3    \author Ha NGUYEN 
    4    \since 03 June 2015 
    5    \date 12 June 2015 
    6  
    7    \brief Algorithm for zooming on an axis. 
     3   \brief Algorithm for zooming an axis. 
    84 */ 
    95#ifndef __XIOS_AXIS_ALGORITHM_ZOOM_HPP__ 
     
    2117  Implementing zoom on axis 
    2218  A zoomed region can be considered as region that isn't masked. 
    23   Only this zoomed region is extracted to write on Netcdf. 
     19  Only this zoomed region is zoomed to write on Netcdf. 
    2420*/ 
    2521class CAxisAlgorithmZoom : public CAxisAlgorithmTransformation 
     
    3531 
    3632private: 
    37   // void updateAxisDestinationMask(); 
    38   void updateZoom(); 
    3933 
    4034private: 
     
    4640 
    4741  //! Global zoom size on axis 
    48   StdSize zoomSize_; 
     42  StdSize zoomN_; 
    4943 
    5044  std::vector<int> zoomIndex_; 
Note: See TracChangeset for help on using the changeset viewer.