MCPcopy Create free account
hub / github.com/MITK/MITK / SetInterpolation

Method SetInterpolation

Modules/Core/src/DataManagement/mitkMaterial.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void mitk::Material::SetInterpolation(InterpolationType interpolation)
198{
199 m_Interpolation = interpolation;
200 Modified();
201}
202
203void mitk::Material::SetRepresentation(RepresentationType representation)
204{

Callers 6

InitializeMethod · 0.95
UpdateMethod · 0.95
testSetInterpolationMethod · 0.45
testInitializeMethod · 0.45
testOperatorequalityMethod · 0.45

Calls 1

ModifiedFunction · 0.85

Tested by 3

testSetInterpolationMethod · 0.36
testInitializeMethod · 0.36
testOperatorequalityMethod · 0.36