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