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

Method __iter__

Web/Python/vtkmodules/web/camera.py:223–228  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

221 self.dataHandler.updatePriority(keyList[idx], priorityList[idx])
222
223 def __iter__(self):
224 for cameraData in self.cameraSettings:
225 self.dataHandler.setArguments(
226 phi=cameraData["phiIdx"], n_pos=cameraData["n_posIdx"]
227 )
228 yield cameraData
229
230
231# -----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

setArgumentsMethod · 0.80

Tested by

no test coverage detected