| 22 | #include <tinyxml2.h> |
| 23 | |
| 24 | mitk::GeometryDataReaderService::GeometryDataReaderService() |
| 25 | : AbstractFileReader(IOMimeTypes::GEOMETRY_DATA_MIMETYPE(), "MITK Geometry Data Reader") |
| 26 | { |
| 27 | RegisterService(); |
| 28 | } |
| 29 | |
| 30 | mitk::GeometryDataReaderService::~GeometryDataReaderService() |
| 31 | { |
nothing calls this directly
no test coverage detected