
14 Oct
2009
14 Oct
'09
1:34 a.m.
What is wrong with the following code? I suspect I'm doing something silly, and I suspect the answer is obvious. #include <osg/Node> #include <osg/ref_ptr> #include <boost/python.hpp> #include <boost/python/pointee.hpp> using namespace osg; typedef ref_ptr<Node> NodePtr; using namespace boost::python; BOOST_PYTHON_MODULE(NodePtr) { class_<NodePtr, pointee<NodePtr> >("NodePtr") ; } -- Randolph Fritz design machine group, architecture department, university of washington rfritz@u.washington.edu -or- rfritz333@gmail.com