Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
void vtkMitkRectangleProp::SetLineWidth(unsigned int lineWidth)
126
{
127
this->GetProperty()->SetLineWidth(lineWidth);
128
}
Callers
7
ApplyMitkPropertiesToVtkProperty
Method · 0.45
ApplyAllProperties
Method · 0.45
vtkMitkRectangleProp
Method · 0.45
CreateVTKRenderObjects
Method · 0.45
GenerateDataForRenderer
Method · 0.45
ApplyAllProperties
Method · 0.45
ApplyAllProperties
Method · 0.45
Calls
1
GetProperty
Method · 0.45
Tested by
no test coverage detected