Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetLocked
Method
GetLocked
Modules/Multilabel/src/mitkLabel.cpp:193–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
bool mitk::Label::GetLocked() const
194
{
195
bool locked;
196
GetBoolProperty(
"locked"
, locked);
197
return locked;
198
}
199
200
void mitk::Label::SetVisible(bool visible)
201
{
Callers
7
SerializeLabelToJSON
Method · 0.45
IsLabelLocked
Method · 0.45
operator()
Method · 0.45
TestSetLock
Method · 0.45
data
Method · 0.45
LabelRowHtml
Function · 0.45
InitMultiLabelSegmentation
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestSetLock
Method · 0.36