X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FvvImageContour.h;h=4228b7021732c6cab89553a7568ebf815dfc3713;hb=61d57d331b0459560f6714c0c6bb8298868a662e;hp=3bf4a6e3c07203ca4177d615e615f2aaf24c6803;hpb=c7c62b61f99ae5c36563613b9a7b4b3b2ec3648b;p=clitk.git diff --git a/vv/vvImageContour.h b/vv/vvImageContour.h index 3bf4a6e..4228b70 100644 --- a/vv/vvImageContour.h +++ b/vv/vvImageContour.h @@ -3,8 +3,8 @@ Program: vv Module: $RCSfile: vvImageContour.h,v $ Language: C++ - Date: $Date: 2010/03/01 07:37:25 $ - Version: $Revision: 1.4 $ + Date: $Date: 2010/03/05 10:32:33 $ + Version: $Revision: 1.5 $ Author : David Sarrut (david.sarrut@creatis.insa-lyon.fr) Copyright (C) 2010 @@ -43,15 +43,16 @@ class vvImageContour ~vvImageContour(); void setSlicer(vvSlicer * slicer); - void update(int value); + void update(double value); void hideActors(); void showActors(); + void setColor(double r, double g, double b); protected: vvSlicer * mSlicer; int mSlice; int mTSlice; - int mValue; + double mValue; std::vector mClipperList; std::vector mSquaresList;