Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetDrawAnnotations
Method
SetDrawAnnotations
Modules/Annotation/src/mitkColorBarAnnotation.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void mitk::ColorBarAnnotation::SetDrawAnnotations(bool annotations)
84
{
85
SetBoolProperty(
"ColorBarAnnotation.DrawAnnotations"
, annotations);
86
}
87
88
bool mitk::ColorBarAnnotation::GetDrawAnnotations() const
89
{
Callers
1
UpdateVtkAnnotation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected