MCPcopy Create free account
hub / github.com/InsightSoftwareConsortium/ITK / index

Function index

Wrapping/Generators/Python/Tests/timing.py:31–34  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

29
30
31def index(it):
32 idx = itk.Index[2]()
33 for dummy in range(0, it):
34 img.GetPixel(idx)
35
36
37def index2(it):

Callers 15

rowMethod · 0.50
valueMethod · 0.50
StorageIndex indexFunction · 0.50
SparseBlock.hFile · 0.50
rowFunction · 0.50
colFunction · 0.50
rowMethod · 0.50
colMethod · 0.50
rowMethod · 0.50
colMethod · 0.50
rowMethod · 0.50

Calls 1

rangeFunction · 0.85

Tested by

no test coverage detected