comparison Framework/Volumes/DicomVolumeImageMPRSlicer.cpp @ 1291:ea6c2254536d bugs/2020-02-invisible-slice

Removal of debug logs
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 21 Feb 2020 15:23:40 +0100
parents 7def6ab2929f
children f037422f3a66
comparison
equal deleted inserted replaced
1290:7def6ab2929f 1291:ea6c2254536d
163 if (!LinearAlgebra::IsCloseToZero(dx) || 163 if (!LinearAlgebra::IsCloseToZero(dx) ||
164 !LinearAlgebra::IsCloseToZero(dy)) 164 !LinearAlgebra::IsCloseToZero(dy))
165 { 165 {
166 texture->SetAngle(atan2(dy, dx)); 166 texture->SetAngle(atan2(dy, dx));
167 } 167 }
168 168
169 Vector tmp = volume_.GetGeometry().GetVoxelDimensions(projection_); 169 Vector tmp = volume_.GetGeometry().GetVoxelDimensions(projection_);
170 texture->SetPixelSpacing(tmp[0], tmp[1]); 170 texture->SetPixelSpacing(tmp[0], tmp[1]);
171 171
172 // <DEBUG-BLOCK> 172 // <DEBUG-BLOCK>
173 { 173 {