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

Method GetNumberOfLabels

Modules/Annotation/src/mitkColorBarAnnotation.cpp:163–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163int mitk::ColorBarAnnotation::GetNumberOfLabels() const
164{
165 int numberOfLabels;
166 GetPropertyList()->GetIntProperty("ColorBarAnnotation.NumberOfLabels", numberOfLabels);
167 return numberOfLabels;
168}
169
170void mitk::ColorBarAnnotation::SetAnnotationTextScaling(bool scale)
171{

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetIntPropertyMethod · 0.45

Tested by

no test coverage detected