X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicer.cxx;h=f287e4d7e89e7f1de15678ba44faf3725da1c93b;hb=c135f9b390e2750d8248db5903753b94ca549623;hp=af7f0668941291455b37149ef79626eccfbd2d8f;hpb=753681cc3f201f6f79b5f6658141b0236a6d0e5b;p=clitk.git diff --git a/vv/vvSlicer.cxx b/vv/vvSlicer.cxx index af7f066..f287e4d 100644 --- a/vv/vvSlicer.cxx +++ b/vv/vvSlicer.cxx @@ -743,8 +743,6 @@ void vvSlicer::UpdateDisplayExtent() mClipBox->SetBounds(bounds); UpdateLandmarks(); } - // DD(mLandActor->GetPosition()[2]); - // DD(Renderer->GetActiveCamera()->GetPosition()[2]); mLandActor->SetPosition(0,0,-1.5); /* if (Renderer->GetActiveCamera()->GetPosition()[2] > this->Slice) @@ -800,8 +798,6 @@ void vvSlicer::UpdateDisplayExtent() mClipBox->SetBounds(bounds); UpdateLandmarks(); } - // DD(mLandActor->GetPosition()[1]); - //DD(Renderer->GetActiveCamera()->GetPosition()[1]); if (Renderer->GetActiveCamera()->GetPosition()[1] > this->Slice) mLandActor->SetPosition(0,1.5,0); else @@ -854,8 +850,6 @@ void vvSlicer::UpdateDisplayExtent() mClipBox->SetBounds(bounds); UpdateLandmarks(); } - // DD(mLandActor->GetPosition()[1]); - // DD(Renderer->GetActiveCamera()->GetPosition()[1]); if (Renderer->GetActiveCamera()->GetPosition()[0] > this->Slice) mLandActor->SetPosition(1.5,0,0); else @@ -1392,5 +1386,3 @@ void vvSlicer::PrintSelf(ostream& os, vtkIndent indent) - -