Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
mitkSegmentationTaskListIO.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
#ifndef mitkSegmentationTaskListIO_h
14
#define mitkSegmentationTaskListIO_h
15
16
#include <
mitkAbstractFileIO.h
>
17
18
namespace
mitk
19
{
20
class
SegmentationTaskListIO
:
public
AbstractFileIO
21
{
22
public
:
23
SegmentationTaskListIO
();
24
25
using
AbstractFileReader::Read
;
26
void
Write
()
override
;
27
28
protected
:
29
std::vector<BaseData::Pointer>
DoRead
()
override
;
30
31
private
:
32
SegmentationTaskListIO
* IOClone()
const override
;
33
};
34
}
35
36
#endif
mitk::SegmentationTaskListIO::Write
void Write() override
Write the base data to the specified location or output stream.
mitk::SegmentationTaskListIO
Definition:
mitkSegmentationTaskListIO.h:20
mitk::SegmentationTaskListIO::DoRead
std::vector< BaseData::Pointer > DoRead() override
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
RenderingTests.dox:1
mitkAbstractFileIO.h
mitk::SegmentationTaskListIO::SegmentationTaskListIO
SegmentationTaskListIO()
mitk::AbstractFileIO
Abstract class for implementing a reader and writer.
Definition:
mitkAbstractFileIO.h:69
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
Multilabel
autoload
IO
mitkSegmentationTaskListIO.h
Generated on Wed May 17 2023 16:26:10 for Medical Imaging Interaction Toolkit by
1.8.17