Updated wrappers

This commit is contained in:
Robert Osfield
2006-11-29 14:33:17 +00:00
parent ab7d1ecc42
commit b7b4fd5928
2 changed files with 6 additions and 2 deletions

View File

@@ -81,12 +81,16 @@ BEGIN_OBJECT_REFLECTOR(osgUtil::PlaneIntersector)
0);
END_REFLECTOR
TYPE_NAME_ALIAS(std::vector< osg::Vec3d >, osgUtil::PlaneIntersector::Intersection::Polyline);
BEGIN_VALUE_REFLECTOR(osgUtil::PlaneIntersector::Intersection)
I_Constructor0(____Intersection,
"",
"");
I_PublicMemberProperty(osg::NodePath, nodePath);
I_PublicMemberProperty(osg::ref_ptr< osg::RefMatrix >, matrix);
I_PublicMemberProperty(osg::ref_ptr< osg::Drawable >, drawable);
I_PublicMemberProperty(osgUtil::PlaneIntersector::Intersection::Polyline, polyline);
END_REFLECTOR
STD_SET_REFLECTOR(std::set< osgUtil::PlaneIntersector::Intersection >);

View File

@@ -26,8 +26,8 @@
TYPE_NAME_ALIAS(std::list< osg::ref_ptr< osgGA::GUIEventHandler > >, osgViewer::View::EventHandlers);
BEGIN_OBJECT_REFLECTOR(osgViewer::View)
I_VirtualBaseType(osg::View);
I_VirtualBaseType(osgViewer::Scene);
I_BaseType(osg::View);
I_BaseType(osgViewer::Scene);
I_Constructor0(____View,
"",
"");