]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ColorLayerImageView.h
index 6229bf17391255d23f9f882737c0540bd542d0f1..e1f4a533bd6fc8c884f19693ee04b1ef46701b71 100644 (file)
@@ -22,11 +22,17 @@ class  ColorLayerImageView : public LayerImageBase
   public: 
          ColorLayerImageView( );
          ~ColorLayerImageView();
-         
+         void SetSliceFixDinamic(bool fix_dinamic);
+         void SetZ2(int z2);
+         virtual int GetZ();
+
   private:
 
+         int _z2;
+         bool _fix_dinamic;
          virtual void ConfigLookupTable();
 
+
   protected:
  };