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