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

Method IsVisible

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

Source from the content-addressed store, hash-verified

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

Calls 1

IsOnFunction · 0.50