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