MCPcopy Create free account
hub / github.com/Kitware/VTK / EdgeColor

Method EdgeColor

Views/Infovis/vtkGraphItem.cxx:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122vtkColor4ub vtkGraphItem::EdgeColor(vtkIdType vtkNotUsed(edgeIdx), vtkIdType vtkNotUsed(point))
123{
124 return vtkColor4ub(0, 0, 0, 255);
125}
126
127vtkVector2f vtkGraphItem::EdgePosition(vtkIdType edgeIdx, vtkIdType point)
128{

Callers 1

RebuildBuffersMethod · 0.95

Calls 1

vtkColor4ubClass · 0.50

Tested by

no test coverage detected