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

Method SetRepresentation

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

Source from the content-addressed store, hash-verified

201}
202
203void mitk::Material::SetRepresentation(RepresentationType representation)
204{
205 m_Representation = representation;
206 Modified();
207}
208
209void mitk::Material::SetLineWidth(float lineWidth)
210{

Callers 7

InitializeMethod · 0.95
UpdateMethod · 0.95
testSetRepresentationMethod · 0.80
testInitializeMethod · 0.80
testOperatorequalityMethod · 0.80

Calls 1

ModifiedFunction · 0.85

Tested by 3

testSetRepresentationMethod · 0.64
testInitializeMethod · 0.64
testOperatorequalityMethod · 0.64