| 312 | } |
| 313 | |
| 314 | void mitk::Label::SetValue(PixelType pixelValue) |
| 315 | { |
| 316 | if (pixelValue != m_Value) |
| 317 | { |
| 318 | // Update Property |
| 319 | m_Value = pixelValue; |
| 320 | this->Modified(); |
| 321 | } |
| 322 | } |
| 323 | |
| 324 | mitk::Label::PixelType mitk::Label::GetValue() const |
| 325 | { |