Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ bindIndexedIO
Function
bindIndexedIO
src/IECorePython/IndexedIOBinding.cpp:62–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
void bindMemoryIndexedIO();
61
62
void bindIndexedIO()
63
{
64
bindIndexedIOBase();
65
bindStreamIndexedIO();
66
bindFileIndexedIO();
67
bindMemoryIndexedIO();
68
}
69
70
struct IndexedIOHelper
71
{
Callers
1
BOOST_PYTHON_MODULE
Function · 0.85
Calls
3
bindStreamIndexedIO
Function · 0.85
bindFileIndexedIO
Function · 0.85
bindMemoryIndexedIO
Function · 0.85
Tested by
no test coverage detected