MCPcopy 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
96vtkColor4ub vtkGraphItem::VertexColor(vtkIdType vtkNotUsed(item))
97{
98 return vtkColor4ub(128, 128, 128, 255);
99}
100
101vtkVector2f vtkGraphItem::VertexPosition(vtkIdType item)
102{

Callers 1

RebuildBuffersMethod · 0.95

Calls 1

vtkColor4ubClass · 0.50

Tested by

no test coverage detected