| 61 | } |
| 62 | |
| 63 | void mitk::AnnotationProperty::SetPosition(const mitk::Point3D &position) |
| 64 | { |
| 65 | if (m_Position != position) |
| 66 | { |
| 67 | m_Position = position; |
| 68 | this->Modified(); |
| 69 | } |
| 70 | } |
| 71 | |
| 72 | bool mitk::AnnotationProperty::IsEqual(const BaseProperty &property) const |
| 73 | { |