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

Function SetRow

Filters/Geometry/Testing/Python/TestAttributeSmoothingFilter.py:51–54  ·  view source on GitHub ↗
(row,value)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

SetTuple1Method · 0.80
rangeClass · 0.50

Tested by

no test coverage detected