X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FThresholdImageView%2FColorLayerImageView.h;h=e1f4a533bd6fc8c884f19693ee04b1ef46701b71;hb=be408b27f8b2905e3be2cfdbf8a78d30801a7a32;hp=6229bf17391255d23f9f882737c0540bd542d0f1;hpb=7c111d8feaccb2a356d95b86bf7e340a2ececdbc;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.h index 6229bf1..e1f4a53 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageView.h @@ -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: };