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

Method SetLineWidth

Modules/Core/src/Rendering/vtkMitkRectangleProp.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void vtkMitkRectangleProp::SetLineWidth(unsigned int lineWidth)
126{
127 this->GetProperty()->SetLineWidth(lineWidth);
128}

Callers 7

ApplyAllPropertiesMethod · 0.45
vtkMitkRectanglePropMethod · 0.45
ApplyAllPropertiesMethod · 0.45
ApplyAllPropertiesMethod · 0.45

Calls 1

GetPropertyMethod · 0.45

Tested by

no test coverage detected