MCPcopy 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
191void mitk::Material::SetOpacity(double opacity)
192{
193 m_Opacity = opacity;
194 Modified();
195}
196
197void mitk::Material::SetInterpolation(InterpolationType interpolation)
198{

Callers 2

InitializeMethod · 0.95
UpdateMethod · 0.95

Calls 1

ModifiedFunction · 0.85

Tested by

no test coverage detected