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

Function SetPoint

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

Source from the content-addressed store, hash-verified

61 s.SetTuple1(idx,value)
62
63def SetPoint(col,row,value):
64 idx = col + row*res
65 s.SetTuple1(idx,value)
66
67# Set values adjacent to boundary
68SetRow(1,1)

Calls 1

SetTuple1Method · 0.80

Tested by

no test coverage detected