| 405 | } |
| 406 | |
| 407 | itk::ModifiedTimeType mitk::Label::GetCenterOfMassMTime() const |
| 408 | { |
| 409 | auto centerProp = this->GetConstProperty("center.index"); |
| 410 | if (centerProp.IsNotNull()) |
| 411 | return centerProp->GetMTime(); |
| 412 | |
| 413 | return 0; |
| 414 | } |
| 415 | |
| 416 | void mitk::Label::UpdateCenterOfMass(const mitk::Point3D& index, const mitk::Point3D& coordinates) |
| 417 | { |
no test coverage detected