From Marco Jez, improvements to osgIntrospection, and new automatically generated

osgWrappers/osg set.
This commit is contained in:
Robert Osfield
2005-04-07 20:00:17 +00:00
parent 5b4482c70d
commit 7a27a0bef7
132 changed files with 8608 additions and 301 deletions

View File

@@ -0,0 +1,25 @@
// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/ConvexPlanarPolygon>
#include <osg/Vec3>
TYPE_NAME_ALIAS(std::vector< osg::Vec3 >, osg::ConvexPlanarPolygon::VertexList);
BEGIN_VALUE_REFLECTOR(osg::ConvexPlanarPolygon)
Constructor0();
Method1(void, add, IN, const osg::Vec3 &, v);
Method1(void, setVertexList, IN, const osg::ConvexPlanarPolygon::VertexList &, vertexList);
Method0(osg::ConvexPlanarPolygon::VertexList &, getVertexList);
Method0(const osg::ConvexPlanarPolygon::VertexList &, getVertexList);
Property(const osg::ConvexPlanarPolygon::VertexList &, VertexList);
END_REFLECTOR