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

Method IsRegularGantryTilt

Modules/DICOM/src/mitkGantryTiltInformation.cpp:248–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247
248bool
249mitk::GantryTiltInformation::IsRegularGantryTilt() const
250{
251 return m_NumberOfSlicesApart &&
252 ( fabs(m_ShiftRight) < 0.001
253 && fabs(m_ShiftUp) > 0.001);
254}
255

Calls

no outgoing calls

Tested by

no test coverage detected