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,34 @@
// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/Vec2f>
TYPE_NAME_ALIAS(float, osg::Vec2f::value_type);
BEGIN_VALUE_REFLECTOR(osg::Vec2f)
ReaderWriter(osgIntrospection::StdReaderWriter<reflected_type>); // user-defined
Comparator(osgIntrospection::PartialOrderComparator<reflected_type>); // user-defined
Constructor0();
Constructor2(IN, osg::Vec2f::value_type, x, IN, osg::Vec2f::value_type, y);
Method0(osg::Vec2f::value_type *, ptr);
Method0(const osg::Vec2f::value_type *, ptr);
Method2(void, set, IN, osg::Vec2f::value_type, x, IN, osg::Vec2f::value_type, y);
Method0(osg::Vec2f::value_type &, x);
Method0(osg::Vec2f::value_type &, y);
Method0(osg::Vec2f::value_type, x);
Method0(osg::Vec2f::value_type, y);
Method0(bool, valid);
Method0(bool, isNaN);
Method0(osg::Vec2f::value_type, length);
Method0(osg::Vec2f::value_type, length2);
Method0(osg::Vec2f::value_type, normalize);
END_REFLECTOR