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

Method GetVisibility

Modules/Core/src/Rendering/mitkAnnotation.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

dataMethod · 0.80
dataMethod · 0.80
MitkRenderMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
dataMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected