Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetOpacity
Method
GetOpacity
Modules/Multilabel/src/mitkLabel.cpp:229–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
float mitk::Label::GetOpacity() const
230
{
231
float opacity;
232
GetFloatProperty(
"opacity"
, opacity);
233
return opacity;
234
}
235
236
void mitk::Label::SetName(const std::string &name)
237
{
Callers
15
ApplyColorAndOpacityProperties
Method · 0.45
ApplyColorAndOpacityProperties
Method · 0.45
SerializeLabelToJSON
Method · 0.45
UpdateLookupTable
Method · 0.45
GenerateLookupTable
Method · 0.45
TestSetOpacity
Method · 0.45
ApplyColorAndOpacityProperties
Method · 0.45
AddGizmoToNode
Method · 0.45
CreateOpacityAction
Method · 0.45
ApplyColorAndOpacityProperties
Method · 0.45
ApplyIndividualProperties
Method · 0.45
CreateCaptionActor
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestSetOpacity
Method · 0.36
CreateOpacityAction
Method · 0.36