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

Function delItem

src/IECorePython/ObjectVectorBinding.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static void delItem( ObjectVector &o, int64_t index )
125{
126 o.members().erase( o.members().begin() + convertIndex( o, index ) );
127}
128
129static void append( ObjectVector &o, ObjectPtr value )
130{

Callers

nothing calls this directly

Calls 3

convertIndexFunction · 0.85
eraseMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected