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

Function SetColumn

Filters/Geometry/Testing/Python/TestAttributeSmoothingFilter.py:56–59  ·  view source on GitHub ↗
(col,value)

Source from the content-addressed store, hash-verified

54 s.SetTuple1(idx,value)
55
56def SetColumn(col,value):
57 for y in range(0,res):
58 idx = col + y*res
59 s.SetTuple1(idx,value)
60
61def SetPoint(col,row,value):
62 idx = col + row*res

Callers 1

Calls 2

SetTuple1Method · 0.80
rangeClass · 0.50

Tested by

no test coverage detected