Medical Imaging Interaction Toolkit  2021.10.00
Medical Imaging Interaction Toolkit
mitkSurfaceVtkIO.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 _MITK_SURFACE_VTK_IO_H_
14 #define _MITK_SURFACE_VTK_IO_H_
15 
16 #include <mitkAbstractFileIO.h>
17 
18 #include <vtkPolyData.h>
19 #include <vtkSmartPointer.h>
20 
21 namespace mitk
22 {
37  {
38  public:
39  SurfaceVtkIO(const std::string &baseDataType, const CustomMimeType &mimeType, const std::string &description);
40 
42 
43  protected:
44  vtkSmartPointer<vtkPolyData> GetPolyData(unsigned int t, std::string &fileName);
45  };
46 }
47 
48 #endif //_MITK_SURFACE_VTK_IO_H_
ConfidenceLevel GetWriterConfidenceLevel() const override
DataCollection - Class to facilitate loading/accessing structured data.
The CustomMimeType class represents a custom mime-type which may be registered as a service object...
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
Definition: mitkIFileIO.h:45
SurfaceVtkIO(const std::string &baseDataType, const CustomMimeType &mimeType, const std::string &description)
Abstract class for implementing a reader and writer.
vtkSmartPointer< vtkPolyData > GetPolyData(unsigned int t, std::string &fileName)