From: David Sarrut Date: Fri, 30 Mar 2012 11:45:08 +0000 (+0200) Subject: Add RemoveActors and modify SetDepth X-Git-Tag: v1.3.0~52^2~18 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=91b2582788ff5701ef76630bc8d6c8c489e38467;p=clitk.git Add RemoveActors and modify SetDepth --- diff --git a/vv/vvImageContour.h b/vv/vvImageContour.h index 2c92abb..c66a9a3 100644 --- a/vv/vvImageContour.h +++ b/vv/vvImageContour.h @@ -43,7 +43,8 @@ public: void SetLineWidth(double w); void SetImage(vvImage * image); void SetPreserveMemoryModeEnabled(bool b); - void SetDepth(double d) { mDepth = d; } + void SetDepth(double d); + void RemoveActors(); protected: vvSlicer * mSlicer;