MCPcopy Create free account
hub / github.com/ImageEngine/cortex / bindFileIndexedIO

Function bindFileIndexedIO

src/IECorePython/IndexedIOBinding.cpp:418–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void bindFileIndexedIO()
419{
420 IECorePython::RunTimeTypedClass<FileIndexedIO>()
421 .def("__init__", make_constructor( &IndexedIOHelper::constructorAtRoot<FileIndexedIO, const std::string &> ) )
422 .def("__init__", make_constructor( &IndexedIOHelper::constructor<FileIndexedIO, const std::string &> ) )
423 .def( "fileName", make_function( &FileIndexedIO::fileName, return_value_policy<copy_const_reference>() ) )
424 ;
425}
426
427CharVectorDataPtr memoryIndexedIOBufferWrapper( MemoryIndexedIOPtr io )
428{

Callers 1

bindIndexedIOFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected