Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
bool mitk::ColorBarAnnotation::GetAnnotationTextScaling() const
176
{
177
bool scale;
178
GetPropertyList()->GetBoolProperty(
"ColorBarAnnotation.ScaleAnnotationText"
, scale);
179
return scale;
180
}
Callers
1
UpdateVtkAnnotation
Method · 0.95
Calls
1
GetBoolProperty
Method · 0.45
Tested by
no test coverage detected