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

Method GetLeftAxisVisibility

Modules/Annotation/src/mitkScaleLegendAnnotation.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool mitk::ScaleLegendAnnotation::GetLeftAxisVisibility() const
94{
95 bool visibility;
96 GetPropertyList()->GetBoolProperty("ScaleLegendAnnotation.LeftAxisVisibility", visibility);
97 return visibility;
98}
99
100void mitk::ScaleLegendAnnotation::SetTopAxisVisibility(bool visibility)
101{

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetBoolPropertyMethod · 0.45

Tested by

no test coverage detected