| 116 | } |
| 117 | |
| 118 | std::string mitk::LogoAnnotation::GetLogoImagePath() const |
| 119 | { |
| 120 | std::string path; |
| 121 | GetPropertyList()->GetStringProperty("Annotation.LogoImagePath", path); |
| 122 | return path; |
| 123 | } |
| 124 | |
| 125 | void mitk::LogoAnnotation::SetOffsetVector(const Point2D &OffsetVector) |
| 126 | { |
no test coverage detected