Updated wrappers

This commit is contained in:
Robert Osfield
2006-07-18 20:51:28 +00:00
parent dfbc9d0441
commit 1efa9a01d7
211 changed files with 2739 additions and 5375 deletions

View File

@@ -10,10 +10,10 @@
#include <osgIntrospection/Attributes>
#include <osg/BoundingSphere>
#include <osg/CopyOp>
#include <osg/NodeVisitor>
#include <osg/Object>
#include <osg/Vec3>
#include <osg/test/CopyOp>
#include <osg/test/Vec3>
#include <osgSim/Impostor>
#include <osgSim/ImpostorSprite>
@@ -51,6 +51,13 @@ BEGIN_OBJECT_REFLECTOR(osgSim::Impostor)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osgSim::ImpostorSprite >)
I_Constructor0();
I_Constructor1(IN, osgSim::ImpostorSprite *, ptr);
I_Constructor1(IN, const osg::ref_ptr< osgSim::ImpostorSprite > &, rp);
I_Method0(osgSim::ImpostorSprite *, get);
I_Method0(bool, valid);
I_Method0(osgSim::ImpostorSprite *, release);
I_Method1(void, swap, IN, osg::ref_ptr< osgSim::ImpostorSprite > &, rp);
I_Constructor0();
I_Constructor1(IN, osgSim::ImpostorSprite *, ptr);
I_Constructor1(IN, const osg::ref_ptr< osgSim::ImpostorSprite > &, rp);