Medical Imaging Interaction Toolkit  2024.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkSurfaceVtkXmlIO.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 mitkSurfaceVtkXmlIO_h
14 #define mitkSurfaceVtkXmlIO_h
15 
16 #include "mitkSurfaceVtkIO.h"
17 
18 #include "mitkBaseData.h"
19 
20 namespace mitk
21 {
23  {
24  public:
26 
27  // -------------- AbstractFileReader -------------
28 
30 
32 
33  // -------------- AbstractFileWriter -------------
34 
35  void Write() override;
36 
37  protected:
38  std::vector<itk::SmartPointer<BaseData>> DoRead() override;
39 
40  private:
41  SurfaceVtkXmlIO *IOClone() const override;
42  };
43 }
44 
45 #endif
mitkSurfaceVtkIO.h
mitk::SurfaceVtkXmlIO::SurfaceVtkXmlIO
SurfaceVtkXmlIO()
mitk::SurfaceVtkXmlIO
Definition: mitkSurfaceVtkXmlIO.h:22
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::SurfaceVtkXmlIO::DoRead
std::vector< itk::SmartPointer< BaseData > > DoRead() override
mitk::SurfaceVtkXmlIO::Write
void Write() override
Write the base data to the specified location or output stream.
mitk::SurfaceVtkIO
Definition: mitkSurfaceVtkIO.h:36
mitkBaseData.h
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.
mitk::SurfaceVtkXmlIO::GetReaderConfidenceLevel
ConfidenceLevel GetReaderConfidenceLevel() const override