From 91b2582788ff5701ef76630bc8d6c8c489e38467 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Fri, 30 Mar 2012 13:45:08 +0200 Subject: [PATCH] Add RemoveActors and modify SetDepth --- vv/vvImageContour.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.47.1