Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 {
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  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
Find image slices visible on a given plane.
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.