| 27 | { |
| 28 | |
| 29 | RTPlanReaderService::RTPlanReaderService() : AbstractFileReader(CustomMimeType(mitk::DICOMRTMimeTypes::DICOMRT_PLAN_MIMETYPE_NAME()), mitk::DICOMRTMimeTypes::DICOMRT_PLAN_MIMETYPE_DESCRIPTION()) { |
| 30 | m_FileReaderServiceReg = RegisterService(); |
| 31 | |
| 32 | } |
| 33 | |
| 34 | RTPlanReaderService::RTPlanReaderService(const RTPlanReaderService& other) : mitk::AbstractFileReader(other) |
| 35 | { |
nothing calls this directly
no test coverage detected