| 216 | } |
| 217 | |
| 218 | bool mitk::Annotation::IsVisible(const std::string &propertyKey, bool defaultIsOn) const |
| 219 | { |
| 220 | return IsOn(propertyKey, defaultIsOn); |
| 221 | } |
| 222 | |
| 223 | bool mitk::Annotation::GetColor(float rgb[], const std::string &propertyKey) const |
| 224 | { |