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 moved

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/axis_algorithm_inverse.hpp

    r622 r623  
    77namespace xios { 
    88 
    9 class CAxisInverse : public CAxisAlgorithmTransformation //public CConcreteAlgo 
     9class CAxisAlgorithmInverse : public CAxisAlgorithmTransformation 
    1010{ 
    1111public: 
    12   CAxisInverse(CAxis* axisDestination, CAxis* axisSource); 
     12  CAxisAlgorithmInverse(CAxis* axisDestination, CAxis* axisSource); 
    1313 
    14   virtual ~CAxisInverse() {} 
     14  virtual ~CAxisAlgorithmInverse() {} 
    1515 
    1616  virtual void computeIndexSourceMapping(); 
Note: See TracChangeset for help on using the changeset viewer.