Files
OpenSceneGraph/src/osgWrappers/osg/ConvexPlanarPolygon.cpp
Robert Osfield c8a5db6a71 Updated wrappers
2007-06-08 10:42:52 +00:00

56 lines
1.7 KiB
C++

// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/ConvexPlanarPolygon>
#include <osg/Vec3>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif
TYPE_NAME_ALIAS(std::vector< osg::Vec3 >, osg::ConvexPlanarPolygon::VertexList)
BEGIN_VALUE_REFLECTOR(osg::ConvexPlanarPolygon)
I_DeclaringFile("osg/ConvexPlanarPolygon");
I_Constructor0(____ConvexPlanarPolygon,
"",
"");
I_Method1(void, add, IN, const osg::Vec3 &, v,
Properties::NON_VIRTUAL,
__void__add__C5_Vec3_R1,
"",
"");
I_Method1(void, setVertexList, IN, const osg::ConvexPlanarPolygon::VertexList &, vertexList,
Properties::NON_VIRTUAL,
__void__setVertexList__C5_VertexList_R1,
"",
"");
I_Method0(osg::ConvexPlanarPolygon::VertexList &, getVertexList,
Properties::NON_VIRTUAL,
__VertexList_R1__getVertexList,
"",
"");
I_Method0(const osg::ConvexPlanarPolygon::VertexList &, getVertexList,
Properties::NON_VIRTUAL,
__C5_VertexList_R1__getVertexList,
"",
"");
I_SimpleProperty(const osg::ConvexPlanarPolygon::VertexList &, VertexList,
__C5_VertexList_R1__getVertexList,
__void__setVertexList__C5_VertexList_R1);
END_REFLECTOR