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

Method __iter__

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

Source from the content-addressed store, hash-verified

157 self.dataHandler.updatePriority(keyList[idx], priorityList[idx])
158
159 def __iter__(self):
160 for cameraData in self.cameraSettings:
161 self.dataHandler.setArguments(
162 phi=cameraData["phiIdx"], theta=cameraData["thetaIdx"]
163 )
164 yield cameraData
165
166
167# -----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

setArgumentsMethod · 0.80

Tested by

no test coverage detected