]> Creatis software - clitk.git/blobdiff - vv/vvSlicerManagerCommand.cxx
mechanism for hiding experimental stuff in vv
[clitk.git] / vv / vvSlicerManagerCommand.cxx
index 862c10cbda9a8c341cd7db339d985eae1c12ff04..32ef0593eaa09dbb3ae6cebe2e79de069ac18130 100644 (file)
@@ -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<slice>");
                     this->SM->GetSlicer(VisibleInWindow)->SetSliceOrientation(0);
                     this->SM->UpdateSliceRange(VisibleInWindow);