Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ VertexColor
Method
VertexColor
Views/Infovis/vtkGraphItem.cxx:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
vtkColor4ub vtkGraphItem::VertexColor(vtkIdType vtkNotUsed(item))
97
{
98
return vtkColor4ub(128, 128, 128, 255);
99
}
100
101
vtkVector2f vtkGraphItem::VertexPosition(vtkIdType item)
102
{
Callers
1
RebuildBuffers
Method · 0.95
Calls
1
vtkColor4ub
Class · 0.50
Tested by
no test coverage detected