Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetValue
Method
SetValue
Modules/Core/src/DataManagement/mitkColorProperty.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void mitk::ColorProperty::SetValue(const mitk::Color &color)
64
{
65
SetColor(color);
66
}
67
68
void mitk::ColorProperty::SetColor(float red, float green, float blue)
69
{
Callers
15
CreateSurface
Method · 0.45
GenerateOutputInformation
Method · 0.45
GenerateOutputInformation
Method · 0.45
SetDefaultProperties
Method · 0.45
RenderingModeProperty
Method · 0.45
PointSetShapeProperty
Method · 0.45
FromJSON
Method · 0.45
SetSelected
Method · 0.45
PlaneOrientationProperty
Method · 0.45
SetPlaneDecorationToNone
Method · 0.45
SetPlaneDecorationToPositiveOrientation
Method · 0.45
SetPlaneDecorationToNegativeOrientation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected