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

Method SetNumberOfLabels

Modules/Annotation/src/mitkColorBarAnnotation.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void mitk::ColorBarAnnotation::SetNumberOfLabels(int numberOfLabels)
159{
160 SetIntProperty("ColorBarAnnotation.NumberOfLabels", numberOfLabels);
161}
162
163int mitk::ColorBarAnnotation::GetNumberOfLabels() const
164{

Callers 2

ConfigureLabelsMethod · 0.80
UpdateVtkAnnotationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected