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