| 86 | } |
| 87 | |
| 88 | bool mitk::ColorBarAnnotation::GetDrawAnnotations() const |
| 89 | { |
| 90 | bool annotations; |
| 91 | GetPropertyList()->GetBoolProperty("ColorBarAnnotation.DrawAnnotations", annotations); |
| 92 | return annotations; |
| 93 | } |
| 94 | |
| 95 | void mitk::ColorBarAnnotation::SetLookupTable(vtkSmartPointer<vtkLookupTable> table) |
| 96 | { |
no test coverage detected