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

Method GetAnnotationTextScaling

Modules/Annotation/src/mitkColorBarAnnotation.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175bool mitk::ColorBarAnnotation::GetAnnotationTextScaling() const
176{
177 bool scale;
178 GetPropertyList()->GetBoolProperty("ColorBarAnnotation.ScaleAnnotationText", scale);
179 return scale;
180}

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetBoolPropertyMethod · 0.45

Tested by

no test coverage detected