Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetColumn
Function
SetColumn
Filters/Geometry/Testing/Python/TestAttributeSmoothingFilter2.py:58–61 ·
view source on GitHub ↗
(col,value)
Source
from the content-addressed store, hash-verified
56
s.SetTuple1(idx,value)
57
58
def
SetColumn(col,value):
59
for
y in range(0,res):
60
idx = col + y*res
61
s.SetTuple1(idx,value)
62
63
def
SetPoint(col,row,value):
64
idx = col + row*res
Callers
1
TestAttributeSmoothingFilter2.py
File · 0.70
Calls
2
SetTuple1
Method · 0.80
range
Class · 0.50
Tested by
no test coverage detected