| 1089 | } |
| 1090 | |
| 1091 | void mitk::MultiLabelSegmentation::SetLookupTable(mitk::LookupTable* lut) |
| 1092 | { |
| 1093 | m_LookupTable = lut; |
| 1094 | this->Modified(); |
| 1095 | } |
| 1096 | |
| 1097 | void mitk::MultiLabelSegmentation::UpdateLookupTable(LabelValueType pixelValue) |
| 1098 | { |
no test coverage detected