MCPcopy Create free account
hub / github.com/MITK/MITK / GetLeftBorderOffset

Method GetLeftBorderOffset

Modules/Annotation/src/mitkScaleLegendAnnotation.cpp:153–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153int mitk::ScaleLegendAnnotation::GetLeftBorderOffset() const
154{
155 int offset;
156 GetPropertyList()->GetIntProperty("ScaleLegendAnnotation.LeftBorderOffset", offset);
157 return offset;
158}
159
160void mitk::ScaleLegendAnnotation::SetTopBorderOffset(int offset)
161{

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetIntPropertyMethod · 0.45

Tested by

no test coverage detected