Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetOpacity
Method
SetOpacity
Modules/Core/src/DataManagement/mitkMaterial.cpp:191–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
void mitk::Material::SetOpacity(double opacity)
192
{
193
m_Opacity = opacity;
194
Modified();
195
}
196
197
void mitk::Material::SetInterpolation(InterpolationType interpolation)
198
{
Callers
2
Initialize
Method · 0.95
Update
Method · 0.95
Calls
1
Modified
Function · 0.85
Tested by
no test coverage detected