X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicer.cxx;h=d7caa177fcdbd2853fa8230c563a9b0bb960f641;hb=7ecd8498ac882223280979e6090d1af4763e9eac;hp=57500bb27e6fdb3c04b89e7913864d49463352fe;hpb=6d66b6a238133e2e237e792e46b27c6e71227d78;p=clitk.git diff --git a/vv/vvSlicer.cxx b/vv/vvSlicer.cxx index 57500bb..d7caa17 100644 --- a/vv/vvSlicer.cxx +++ b/vv/vvSlicer.cxx @@ -380,7 +380,6 @@ void vvSlicer::SetImage(vvImage::Pointer image) // Make sure that the required part image has been computed extent[SliceOrientation*2] = Slice; extent[SliceOrientation*2+1] = Slice; - #if VTK_MAJOR_VERSION <= 5 mImageReslice->GetOutput()->SetUpdateExtent(extent); mImageReslice->GetOutput()->Update(); @@ -1090,7 +1089,6 @@ void vvSlicer::UpdateDisplayExtent() if (mUseReducedExtent) { copyExtent(mReducedExtent, w_ext); } - cout << mUseReducedExtent<< " " << w_ext[0] << " " << w_ext[1] << " " << w_ext[2] << " " << w_ext[3] << " " << w_ext[4] << " " << w_ext[5] << endl; // Set slice value w_ext[ this->SliceOrientation*2 ] = this->Slice;