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

Function insertGrid

src/IECoreVDB/bindings/IECoreVDBModule.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void insertGrid( VDBObject::Ptr vdbObject, boost::python::object pyObject )
144{
145 openvdb::GridBase::Ptr gridPtr = iepyopenvdb::getGridFromPyObject( pyObject );
146 vdbObject->insertGrid( gridPtr );
147}
148
149} // namespace
150

Callers

nothing calls this directly

Calls 2

getGridFromPyObjectFunction · 0.85
insertGridMethod · 0.80

Tested by

no test coverage detected