| 37 | } |
| 38 | |
| 39 | mitk::ContourModelReader::ContourModelReader(const mitk::ContourModelReader &other) : mitk::AbstractFileReader(other) |
| 40 | { |
| 41 | } |
| 42 | |
| 43 | mitk::ContourModelReader::ContourModelReader() : AbstractFileReader() |
| 44 | { |
nothing calls this directly
no test coverage detected