X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicerManagerCommand.cxx;h=32ef0593eaa09dbb3ae6cebe2e79de069ac18130;hb=ea61e98aed4316bda8b156aea5980b08eaf4302b;hp=862c10cbda9a8c341cd7db339d985eae1c12ff04;hpb=e896ba3b14844f2769652b8b3230b73914acd5ee;p=clitk.git diff --git a/vv/vvSlicerManagerCommand.cxx b/vv/vvSlicerManagerCommand.cxx index 862c10c..32ef059 100644 --- a/vv/vvSlicerManagerCommand.cxx +++ b/vv/vvSlicerManagerCommand.cxx @@ -182,7 +182,6 @@ void vvSlicerManagerCommand::Execute(vtkObject *caller, } if (KeyPress == "minus") { - std::cout << "KeyPress : - " << std::endl; this->SM->SetColorWindow(-this->SM->GetColorWindow()); this->SM->SetColorMap(-1); this->SM->UpdateWindowLevel(); @@ -262,7 +261,6 @@ void vvSlicerManagerCommand::Execute(vtkObject *caller, if (KeyPress == "F1") { - //std::cerr << this << ":" << this->SM->GetId() << "\t" << VisibleInWindow << endl; this->SM->GetSlicer(VisibleInWindow)->GetAnnotation()->SetText(2,"Sagital\n"); this->SM->GetSlicer(VisibleInWindow)->SetSliceOrientation(0); this->SM->UpdateSliceRange(VisibleInWindow);