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

Method RTPlanReader

Modules/RT/src/mitkRTPlanReader.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23{
24
25 RTPlanReader::RTPlanReader() : AbstractFileReader(IOMimeTypes::DICOM_MIMETYPE_NAME(), "DICOM RTPlan File Reader") {
26 m_FileReaderServiceReg = RegisterService();
27 m_DICOMTagsOfInterestService = GetDicomTagsOfInterestService();
28 }
29
30 RTPlanReader::RTPlanReader(const RTPlanReader& other) : mitk::AbstractFileReader(other)
31 {}

Callers

nothing calls this directly

Calls 1

RegisterServiceFunction · 0.85

Tested by

no test coverage detected