From Marco Jez, improvements to osgIntrospection, and new automatically generated
osgWrappers/osg set.
This commit is contained in:
25
src/osgWrappers/osg/ConvexPlanarPolygon.cpp
Normal file
25
src/osgWrappers/osg/ConvexPlanarPolygon.cpp
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user