MCPcopy Create free account
hub / github.com/PJLab-ADG/OASim / plotScene

Method plotScene

limsim/simModel/fixedScene/localScene.py:140–147  ·  view source on GitHub ↗
(self, node: dpg.node, ex: float, ey: float, ctf: CoordTF)

Source from the content-addressed store, hash-verified

138 self.outOfAoI = outOfAoI
139
140 def plotScene(self, node: dpg.node, ex: float, ey: float, ctf: CoordTF):
141 if self.edges:
142 for ed in self.edges:
143 self.netInfo.plotEdge(ed, node, ex, ey, ctf)
144
145 if self.junctions:
146 for jc in self.junctions:
147 self.netInfo.plotJunction(jc, node, ex, ey, ctf)
148
149 def exportScene(self):
150 roadgraph = RoadGraph()

Callers 3

drawSceMethod · 0.45
drawSceMethod · 0.45
drawSceneMethod · 0.45

Calls 2

plotEdgeMethod · 0.80
plotJunctionMethod · 0.80

Tested by

no test coverage detected