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

Function SetPoint

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

SetTuple1Method · 0.80

Tested by

no test coverage detected