X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvROIActor.h;h=799d339288fa52e82e0b9a2178f71d45a833bc58;hb=5e0e24a8a2a21ba08afbb80bdaf9175d615f98f4;hp=5a54adeeaa653edbc3efb5914f9a0d29f8636f13;hpb=f6ec1c5f4f1c2105b428fe2d87e794417897a4e8;p=clitk.git diff --git a/vv/vvROIActor.h b/vv/vvROIActor.h index 5a54ade..799d339 100644 --- a/vv/vvROIActor.h +++ b/vv/vvROIActor.h @@ -61,7 +61,7 @@ class vvROIActor: public QObject { void RemoveActors(); public slots: - void UpdateSlice(int slicer, int slices, bool force=false); + void UpdateSlice(int slicer, int slices, int force=0); void UpdateColor(); void UpdateImage(); @@ -70,7 +70,7 @@ public slots: vvSlicerManager * mSlicerManager; std::vector mImageContour; std::vector< vvBinaryImageOverlayActor::Pointer > mOverlayActors; - + bool mIsVisible; bool mIsContourVisible; double mOpacity;