Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
mitkSurfaceVtkLegacyIO.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 mitkSurfaceVtkLegacyIO_h
14
#define mitkSurfaceVtkLegacyIO_h
15
16
#include "
mitkSurfaceVtkIO.h
"
17
18
#include "
mitkBaseData.h
"
19
20
namespace
mitk
21
{
22
class
SurfaceVtkLegacyIO
:
public
mitk::SurfaceVtkIO
23
{
24
public
:
25
SurfaceVtkLegacyIO
();
26
27
// -------------- AbstractFileReader -------------
28
29
using
AbstractFileReader::Read
;
30
31
ConfidenceLevel
GetReaderConfidenceLevel
()
const override
;
32
33
// -------------- AbstractFileWriter -------------
34
35
void
Write
()
override
;
36
37
protected
:
38
std::vector<itk::SmartPointer<BaseData>>
DoRead
()
override
;
39
40
private
:
41
SurfaceVtkLegacyIO
*IOClone()
const override
;
42
};
43
}
44
45
#endif
mitkSurfaceVtkIO.h
mitk::SurfaceVtkLegacyIO::DoRead
std::vector< itk::SmartPointer< BaseData > > DoRead() override
mitk::SurfaceVtkLegacyIO::GetReaderConfidenceLevel
ConfidenceLevel GetReaderConfidenceLevel() const override
mitk::SurfaceVtkLegacyIO::Write
void Write() override
Write the base data to the specified location or output stream.
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
RenderingTests.dox:1
mitk::SurfaceVtkLegacyIO
Definition:
mitkSurfaceVtkLegacyIO.h:22
mitk::SurfaceVtkIO
Definition:
mitkSurfaceVtkIO.h:36
mitkBaseData.h
mitk::SurfaceVtkLegacyIO::SurfaceVtkLegacyIO
SurfaceVtkLegacyIO()
mitk::IFileIO::ConfidenceLevel
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data.
Definition:
mitkIFileIO.h:45
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
Core
src
IO
mitkSurfaceVtkLegacyIO.h
Generated on Wed May 17 2023 16:26:11 for Medical Imaging Interaction Toolkit by
1.8.17