MCPcopy 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

60void bindMemoryIndexedIO();
61
62void bindIndexedIO()
63{
64 bindIndexedIOBase();
65 bindStreamIndexedIO();
66 bindFileIndexedIO();
67 bindMemoryIndexedIO();
68}
69
70struct IndexedIOHelper
71{

Callers 1

BOOST_PYTHON_MODULEFunction · 0.85

Calls 3

bindStreamIndexedIOFunction · 0.85
bindFileIndexedIOFunction · 0.85
bindMemoryIndexedIOFunction · 0.85

Tested by

no test coverage detected