]> Creatis software - clitk.git/commitdiff
Remove cout
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Mon, 7 Dec 2015 12:27:31 +0000 (13:27 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Mon, 7 Dec 2015 12:27:31 +0000 (13:27 +0100)
vv/vvSlicerManager.cxx

index f1ffcb75f2e0795acd897e0bdf55dcfe90b6b9c7..cc99762fafc2466a2c789305953f0123392d173b 100644 (file)
@@ -1684,7 +1684,6 @@ void vvSlicerManager::AddLandmark(float x,float y,float z,float t)
   double x_index = (x - mSlicers[0]->GetInput()->GetOrigin()[0])/mSlicers[0]->GetInput()->GetSpacing()[0];\r
   double y_index = (y - mSlicers[0]->GetInput()->GetOrigin()[1])/mSlicers[0]->GetInput()->GetSpacing()[1];\r
   double z_index = (z - mSlicers[0]->GetInput()->GetOrigin()[2])/mSlicers[0]->GetInput()->GetSpacing()[2];\r
-  cout << x_index << " " << y_index << " " << z_index << endl;\r
 #if VTK_MAJOR_VERSION <= 5\r
   if (x_index >= mSlicers[0]->GetInput()->GetWholeExtent()[0]-0.5 &&\r
       x_index <= mSlicers[0]->GetInput()->GetWholeExtent()[1]+0.5 &&\r