MCPcopy 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
229float mitk::Label::GetOpacity() const
230{
231 float opacity;
232 GetFloatProperty("opacity", opacity);
233 return opacity;
234}
235
236void mitk::Label::SetName(const std::string &name)
237{

Callers 15

SerializeLabelToJSONMethod · 0.45
UpdateLookupTableMethod · 0.45
GenerateLookupTableMethod · 0.45
TestSetOpacityMethod · 0.45
AddGizmoToNodeMethod · 0.45
CreateOpacityActionMethod · 0.45
CreateCaptionActorMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestSetOpacityMethod · 0.36
CreateOpacityActionMethod · 0.36