| 66 | } |
| 67 | |
| 68 | bool HasProp(const mitk::MultiLabelSegmentation* seg, |
| 69 | unsigned int g, unsigned int e) |
| 70 | { |
| 71 | return seg->GetConstProperty(DICOMKey(g, e)).IsNotNull(); |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | class mitkDICOMSegmentationPropertyHelperTestSuite : public mitk::TestFixture |
no test coverage detected