| 135 | } |
| 136 | |
| 137 | const mitk::GantryTiltInformation mitk::DICOMImageBlockDescriptor::GetTiltInformation() const |
| 138 | { |
| 139 | return m_TiltInformation; |
| 140 | } |
| 141 | |
| 142 | void mitk::DICOMImageBlockDescriptor::SetImageFrameList( const DICOMImageFrameList& framelist ) |
| 143 | { |
no outgoing calls
no test coverage detected