projects
/
clitk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acc12b6
)
Correct contour depth bug
author
David Sarrut
<david.sarrut@gmail.com>
Fri, 29 Jun 2012 12:19:09 +0000
(14:19 +0200)
committer
David Sarrut
<david.sarrut@gmail.com>
Fri, 29 Jun 2012 12:19:09 +0000
(14:19 +0200)
vv/vvImageContour.cxx
patch
|
blob
|
history
diff --git
a/vv/vvImageContour.cxx
b/vv/vvImageContour.cxx
index aa7b8d7c852e37dfe0c757faa6c136a256840c29..4fecf93e9371f52703dfc9634899547f74965f11 100644
(file)
--- 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();