MCPcopy Create free account
hub / github.com/MITK/MITK / SetToleratedOriginOffset

Method SetToleratedOriginOffset

Modules/DICOM/src/mitkEquiDistantBlocksSorter.cpp:314–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void
315mitk::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
326double
327mitk::EquiDistantBlocksSorter

Calls

no outgoing calls

Tested by

no test coverage detected