Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetVisible
Method
GetVisible
Modules/Multilabel/src/mitkLabel.cpp:211–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
bool mitk::Label::GetVisible() const
212
{
213
bool visible;
214
GetBoolProperty(
"visible"
, visible);
215
return visible;
216
}
217
218
void mitk::Label::SetOpacity(float opacity)
219
{
Callers
7
SerializeLabelToJSON
Method · 0.45
UpdateLookupTable
Method · 0.45
GenerateActiveLabelOutline
Method · 0.45
TestSetVisibility
Method · 0.45
data
Method · 0.45
LabelRowHtml
Function · 0.45
InitMultiLabelSegmentation
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestSetVisibility
Method · 0.36