| 141 | } |
| 142 | |
| 143 | void 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 |
nothing calls this directly
no test coverage detected