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

Method RTPlanReaderService

Modules/RT/autoload/DICOMRTIO/mitkRTPlanReaderService.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

RegisterServiceFunction · 0.85
CustomMimeTypeClass · 0.50

Tested by

no test coverage detected