| 211 | } |
| 212 | |
| 213 | bool mitk::Annotation::GetVisibility(bool &visible, const std::string &propertyKey) const |
| 214 | { |
| 215 | return GetBoolProperty(propertyKey, visible); |
| 216 | } |
| 217 | |
| 218 | bool mitk::Annotation::IsVisible(const std::string &propertyKey, bool defaultIsOn) const |
| 219 | { |
no outgoing calls
no test coverage detected