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

Method GetRightBorderOffset

Modules/Annotation/src/mitkScaleLegendAnnotation.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141int mitk::ScaleLegendAnnotation::GetRightBorderOffset() const
142{
143 int offset;
144 GetPropertyList()->GetIntProperty("ScaleLegendAnnotation.RightBorderOffset", offset);
145 return offset;
146}
147
148void mitk::ScaleLegendAnnotation::SetLeftBorderOffset(int offset)
149{

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetIntPropertyMethod · 0.45

Tested by

no test coverage detected