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