57 #ifndef PYOPENVDB_HAS_BEEN_INCLUDED 58 #define PYOPENVDB_HAS_BEEN_INCLUDED 60 #include <boost/python.hpp> 82 #endif // PYOPENVDB_HAS_BEEN_INCLUDED Definition: pyopenvdb.h:64
SharedPtr< GridBase > Ptr
Definition: Grid.h:80
boost::python::object getPyObjectFromGrid(const openvdb::GridBase::Ptr &)
Return a new Python object that holds the given OpenVDB grid.
openvdb::GridBase::Ptr getGridFromPyObject(PyObject *)
Return a pointer to the OpenVDB grid held by the given Python object.