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

Method GetDrawTickLabels

Modules/Annotation/src/mitkColorBarAnnotation.cpp:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129bool mitk::ColorBarAnnotation::GetDrawTickLabels() const
130{
131 bool ticks;
132 GetPropertyList()->GetBoolProperty("ColorBarAnnotation.DrawTicks", ticks);
133 return ticks;
134}
135
136void mitk::ColorBarAnnotation::SetOrientationToHorizontal()
137{

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetBoolPropertyMethod · 0.45

Tested by

no test coverage detected