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

Function MakeGraph

Utilities/Maintenance/VisualizeModuleDependencies.py:189–193  ·  view source on GitHub ↗

Returns a list that has two elements, the vertices and the edge list.

(t, parent='', level=0)

Source from the content-addressed store, hash-verified

187 return edgeList
188
189def MakeGraph(t, parent='', level=0):
190 '''
191 Returns a list that has two elements, the vertices and the edge list.
192 '''
193 return [GetAllKeys(t), MakeEdgeList(t)]
194
195def GenerateGraph(moduleList, moduleDepencencies, moduleTreeDepth):
196 '''

Callers 1

GenerateGraphFunction · 0.85

Calls 2

GetAllKeysFunction · 0.85
MakeEdgeListFunction · 0.85

Tested by

no test coverage detected