Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
def
SetPoint(col,row,value):
62
idx = col + row*res
63
s.SetTuple1(idx,value)
64
65
# Set values adjacent to boundary
66
SetRow(1,1)
Callers
1
TestAttributeSmoothingFilter.py
File · 0.70
Calls
1
SetTuple1
Method · 0.80
Tested by
no test coverage detected