17 #ifndef _MITK_SURFACE_VTK_IO_H_
18 #define _MITK_SURFACE_VTK_IO_H_
22 #include <vtkPolyData.h>
23 #include <vtkSmartPointer.h>
48 vtkSmartPointer<vtkPolyData>
GetPolyData(
unsigned int t, std::string &fileName);
52 #endif //_MITK_SURFACE_VTK_IO_H_
DataCollection - Class to facilitate loading/accessing structured data.
vtkSmartPointer< vtkPolyData > GetPolyData(unsigned int t, std::string &fileName)
The CustomMimeType class represents a custom mime-type which may be registered as a service object...
virtual ConfidenceLevel GetWriterConfidenceLevel() const override
SurfaceVtkIO(const std::string &baseDataType, const CustomMimeType &mimeType, const std::string &description)
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
Abstract class for implementing a reader and writer.