| 123 | } |
| 124 | |
| 125 | void mitk::LogoAnnotation::SetOffsetVector(const Point2D &OffsetVector) |
| 126 | { |
| 127 | mitk::Point2dProperty::Pointer OffsetVectorProperty = mitk::Point2dProperty::New(OffsetVector); |
| 128 | SetProperty("Annotation.OffsetVector", OffsetVectorProperty.GetPointer()); |
| 129 | Modified(); |
| 130 | } |
| 131 | |
| 132 | mitk::Point2D mitk::LogoAnnotation::GetOffsetVector() const |
| 133 | { |