| 58 | const mitk::MultiLabelSegmentation::LabelValueType mitk::MultiLabelSegmentation::UNLABELED_VALUE = 0; |
| 59 | |
| 60 | mitk::PixelType mitk::MultiLabelSegmentation::GetPixelType() |
| 61 | { |
| 62 | return MakePixelType<LabelValueType, LabelValueType, 1>(); |
| 63 | }; |
| 64 | |
| 65 | |
| 66 | bool mitk::MultiLabelSegmentation::IsSliceSet(int s, int t, int n) const |
no outgoing calls