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