Updated wrappers

This commit is contained in:
Robert Osfield
2007-06-08 10:42:52 +00:00
parent b1909ff55a
commit c8a5db6a71
313 changed files with 742 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
TYPE_NAME_ALIAS(std::vector< osgUtil::PlaneIntersector::Intersection >, osgUtil::PlaneIntersector::Intersections)
BEGIN_OBJECT_REFLECTOR(osgUtil::PlaneIntersector)
I_DeclaringFile("osgUtil/PlaneIntersector");
I_BaseType(osgUtil::Intersector);
I_ConstructorWithDefaults2(IN, const osg::Plane &, plane, , IN, const osg::Polytope &, boundingPolytope, osg::Polytope(),
____PlaneIntersector__C5_osg_Plane_R1__C5_osg_Polytope_R1,
@@ -114,6 +115,7 @@ TYPE_NAME_ALIAS(std::vector< osg::Vec3d >, osgUtil::PlaneIntersector::Intersecti
TYPE_NAME_ALIAS(std::vector< double >, osgUtil::PlaneIntersector::Intersection::Attributes)
BEGIN_VALUE_REFLECTOR(osgUtil::PlaneIntersector::Intersection)
I_DeclaringFile("osgUtil/PlaneIntersector");
I_Constructor0(____Intersection,
"",
"");