MCPcopy Create free account
hub / github.com/MITK/MITK / GetVisibility

Function GetVisibility

Modules/Core/include/mitkDataNode.h:661–664  ·  view source on GitHub ↗

* \brief Convenience access method for visibility properties (instances * of BoolProperty with property-key "visible") * \return \a true property was found * \sa IsVisible */

Source from the content-addressed store, hash-verified

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).

Callers 1

RenderOverlayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected