Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ expectedBlockId
Function
expectedBlockId
Rendering/Core/Testing/Python/pickCompositeData2.py:141–143 ·
view source on GitHub ↗
Returns the expected flat block index
(data)
Source
from the content-addressed store, hash-verified
139
return
data[0]
140
141
def
expectedBlockId(data):
142
""
"Returns the expected flat block index"
""
143
return
data[1]
144
145
def
expectedCellId(data):
146
""
" Returns the expected cell index "
""
Callers
1
cellPick
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected