* \brief Convenience access method for visibility properties (instances * of BoolProperty with property-key "visible") * \return \a true property was found * \sa IsVisible */
| 659 | * \sa IsVisible |
| 660 | */ |
| 661 | bool GetVisibility(bool &visible, const mitk::BaseRenderer *renderer, const char *propertyKey = "visible") const |
| 662 | { |
| 663 | return GetBoolProperty(propertyKey, visible, renderer); |
| 664 | } |
| 665 | |
| 666 | /** |
| 667 | * \brief Convenience access method for opacity properties (instances of FloatProperty). |