X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvImageContour.cxx;h=4fecf93e9371f52703dfc9634899547f74965f11;hb=9c5f0e4d3d6b33e09d0413439ed7a867e3d85faa;hp=aa7b8d7c852e37dfe0c757faa6c136a256840c29;hpb=29d00baffa433b3f4a60c69116b840c97e470ec9;p=clitk.git diff --git a/vv/vvImageContour.cxx b/vv/vvImageContour.cxx index aa7b8d7..4fecf93 100644 --- a/vv/vvImageContour.cxx +++ b/vv/vvImageContour.cxx @@ -154,6 +154,7 @@ void vvImageContour::ShowActors() { //------------------------------------------------------------------------------ void vvImageContour::SetDepth(double d) { + mDepth = d; // Move the actor to be visible double position[3] = {0, 0, 0}; int orientation = ComputeCurrentOrientation();