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

Function SetColumn

Filters/Geometry/Testing/Python/TestAttributeSmoothingFilter2.py:58–61  ·  view source on GitHub ↗
(col,value)

Source from the content-addressed store, hash-verified

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

Calls 2

SetTuple1Method · 0.80
rangeClass · 0.50

Tested by

no test coverage detected