]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.h
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/creaMaracasVisu
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ColorLayerImageView.h
index 6126438ffab6457e9fc203cff64a4a9abf71465e..e9adb4fcc3923beda564b2eb1dd837be6d9dba57 100644 (file)
@@ -45,7 +45,11 @@ class  ColorLayerImageView : public LayerImageBase
          ColorLayerImageView( );
          ~ColorLayerImageView( );
          void SetSliceFixDynamic(bool fix_dynamic);
+         void SetX2(int x2);
+         void SetY2(int y2);
          void SetZ2(int z2);
+         virtual int GetX();
+         virtual int GetY();
          virtual int GetZ();
          
          /** 
@@ -89,7 +93,7 @@ class  ColorLayerImageView : public LayerImageBase
 
   private:
 
-         int _z2;
+         int _x2, _y2, _z2;
          bool _fix_dynamic;
          void SetDefaultGreyLevelBoundary();
          void SetDefaultBaseColorAndGreyLevelBoundary();