Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetDrawTickLabels
Method
SetDrawTickLabels
Modules/Annotation/src/mitkColorBarAnnotation.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void mitk::ColorBarAnnotation::SetDrawTickLabels(bool ticks)
125
{
126
SetBoolProperty(
"ColorBarAnnotation.DrawTicks"
, ticks);
127
}
128
129
bool mitk::ColorBarAnnotation::GetDrawTickLabels() const
130
{
Callers
1
UpdateVtkAnnotation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected