Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
mitkRTPlanReaderService.h
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
14
#ifndef mitkRTPlanReaderService_h
15
#define mitkRTPlanReaderService_h
16
17
#include "
mitkAbstractFileReader.h
"
18
19
#include <vector>
20
21
#include "
mitkIDICOMTagsOfInterest.h
"
22
#include "
mitkDICOMDatasetAccessingImageFrameInfo.h
"
23
24
#include <
usModuleContext.h
>
25
26
#include "
MitkDICOMRTIOExports.h
"
27
28
namespace
mitk
29
{
36
class
MITKDICOMRTIO_EXPORT
RTPlanReaderService
:
public
mitk::AbstractFileReader
37
{
38
39
public
:
40
RTPlanReaderService
();
41
RTPlanReaderService
(
const
RTPlanReaderService
& other);
42
43
using
AbstractFileReader::Read
;
44
45
~
RTPlanReaderService
()
override
;
46
47
protected
:
54
std::vector<itk::SmartPointer<BaseData>> DoRead()
override
;
55
56
private
:
57
RTPlanReaderService
* Clone()
const override
;
58
59
us::ServiceRegistration<mitk::IFileReader>
m_FileReaderServiceReg;
60
};
61
}
62
63
#endif
MitkDICOMRTIOExports.h
MITKDICOMRTIO_EXPORT
#define MITKDICOMRTIO_EXPORT
Definition:
MitkDICOMRTIOExports.h:15
mitk::AbstractFileReader
Base class for creating mitk::BaseData objects from files or streams.
Definition:
mitkAbstractFileReader.h:42
mitkDICOMDatasetAccessingImageFrameInfo.h
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
mitk::RTPlanReaderService
RTPlanReaderService reads DICOM files of modality RTPLAN.
Definition:
mitkRTPlanReaderService.h:36
mitkIDICOMTagsOfInterest.h
mitkAbstractFileReader.h
usModuleContext.h
us::ServiceRegistration< mitk::IFileReader >
mitk::AbstractFileReader::Read
std::vector< itk::SmartPointer< BaseData > > Read() override
Reads a path or stream and creates a list of BaseData objects.
src
MITK
Modules
RT
autoload
DICOMRTIO
mitkRTPlanReaderService.h
Generated on Mon Jun 17 2024 12:43:28 for Medical Imaging Interaction Toolkit by
1.8.17