MCPcopy 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
124void mitk::ColorBarAnnotation::SetDrawTickLabels(bool ticks)
125{
126 SetBoolProperty("ColorBarAnnotation.DrawTicks", ticks);
127}
128
129bool mitk::ColorBarAnnotation::GetDrawTickLabels() const
130{

Callers 1

UpdateVtkAnnotationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected