| 312 | } |
| 313 | |
| 314 | void |
| 315 | mitk::EquiDistantBlocksSorter |
| 316 | ::SetToleratedOriginOffset(double millimeters) |
| 317 | { |
| 318 | m_ToleratedOriginOffset = millimeters; |
| 319 | m_ToleratedOriginOffsetIsAbsolute = true; |
| 320 | if (m_ToleratedOriginOffset < 0.0) |
| 321 | { |
| 322 | MITK_WARN << "Negative tolerance set to SetToleratedOriginOffset()!"; |
| 323 | } |
| 324 | } |
| 325 | |
| 326 | double |
| 327 | mitk::EquiDistantBlocksSorter |
no outgoing calls
no test coverage detected