Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
248
bool
249
mitk::GantryTiltInformation::IsRegularGantryTilt() const
250
{
251
return m_NumberOfSlicesApart &&
252
( fabs(m_ShiftRight) < 0.001
253
&& fabs(m_ShiftUp) > 0.001);
254
}
255
Callers
6
DescribeImageWithProperties
Method · 0.45
Print
Method · 0.45
LoadMitkImageForImageBlockDescriptor
Method · 0.45
LoadMitkImageForImageBlockDescriptor
Method · 0.45
ContainsGantryTilt
Method · 0.45
AnalyzeFileForITKImageSeriesReaderSpacingAssumption
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected