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

Function SetRow

Filters/Geometry/Testing/Python/TestAttributeSmoothingFilter2.py:53–56  ·  view source on GitHub ↗
(row,value)

Source from the content-addressed store, hash-verified

51pd.GetPointData().SetScalars(s)
52
53def SetRow(row,value):
54 for x in range(0,res):
55 idx = x + row*res
56 s.SetTuple1(idx,value)
57
58def SetColumn(col,value):
59 for y in range(0,res):

Calls 2

SetTuple1Method · 0.80
rangeClass · 0.50

Tested by

no test coverage detected