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

Method SetLineWidth

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

Source from the content-addressed store, hash-verified

207}
208
209void mitk::Material::SetLineWidth(float lineWidth)
210{
211 m_LineWidth = lineWidth;
212 Modified();
213}
214
215mitk::Material::Color mitk::Material::GetColor() const
216{

Callers 12

InitializeMethod · 0.95
ApplyAllPropertiesMethod · 0.45
ApplyVisualPropertiesMethod · 0.45
testSetLineWidthMethod · 0.45
testInitializeMethod · 0.45
testOperatorequalityMethod · 0.45

Calls 1

ModifiedFunction · 0.85

Tested by 3

testSetLineWidthMethod · 0.36
testInitializeMethod · 0.36
testOperatorequalityMethod · 0.36