Updated wrappers

This commit is contained in:
Robert Osfield
2006-07-18 20:51:28 +00:00
parent dfbc9d0441
commit 1efa9a01d7
211 changed files with 2739 additions and 5375 deletions

View File

@@ -9,9 +9,9 @@
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/ApplicationUsage>
#include <osg/Matrixd>
#include <osg/Node>
#include <osg/test/ApplicationUsage>
#include <osgGA/GUIActionAdapter>
#include <osgGA/GUIEventAdapter>
#include <osgGA/NodeTrackerManipulator>
@@ -79,3 +79,9 @@ BEGIN_OBJECT_REFLECTOR(osgGA::NodeTrackerManipulator)
I_Property(osgGA::NodeTrackerManipulator::TrackerMode, TrackerMode);
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::observer_ptr< osg::Node >)
I_Constructor0();
END_REFLECTOR
STD_VECTOR_REFLECTOR(std::vector< osg::observer_ptr< osg::Node > >);