Added osgUtil, osgDB, osgFX, osgParticle, osgSim, osgTerrain, osgGA

and osgProducer to osgWrappers directory.

Enabled the build of osgWrappers/osg, osgWrappers/osgPartile and osgWrappers/osgSim,
but not osgUtil, osgDB, osgFX, osgTerrain, osgGA and osgProducer due to compile
errors.  I am assuming that these compilers are fixable so I'm checked all the
source code so that members of the community can help fix them.
This commit is contained in:
Robert Osfield
2005-05-09 10:17:56 +00:00
parent a6e8378a72
commit 5e23536683
140 changed files with 7836 additions and 0 deletions

View File

@@ -0,0 +1,78 @@
// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/ApplicationUsage>
#include <osg/CopyOp>
#include <osg/Drawable>
#include <osg/Node>
#include <osg/NodeVisitor>
#include <osg/Object>
#include <osgGA/GUIActionAdapter>
#include <osgGA/GUIEventAdapter>
#include <osgGA/GUIEventHandler>
#include <osgGA/GUIEventHandlerVisitor>
TYPE_NAME_ALIAS(std::vector< osg::ref_ptr< osgGA::GUIEventHandler > >, osgGA::CompositeGUIEventHandler::ChildList);
BEGIN_VALUE_REFLECTOR(osgGA::CompositeGUIEventHandler)
BaseType(osgGA::GUIEventHandler);
Constructor0();
Method0(const char *, className);
Method0(const osgGA::CompositeGUIEventHandler *, getComposite);
Method0(osgGA::CompositeGUIEventHandler *, getComposite);
Method4(bool, handle, IN, const osgGA::GUIEventAdapter &, ea, IN, osgGA::GUIActionAdapter &, aa, IN, osg::Object *, object, IN, osg::NodeVisitor *, nv);
Method1(void, accept, IN, osgGA::GUIEventHandlerVisitor &, v);
Method1(void, getUsage, IN, osg::ApplicationUsage &, usage);
Method1(bool, addChild, IN, osgGA::GUIEventHandler *, geh);
Method1(bool, removeChild, IN, osgGA::GUIEventHandler *, geh);
Method0(unsigned int, getNumChildren);
Method1(osgGA::GUIEventHandler *, getChild, IN, unsigned int, i);
Method1(const osgGA::GUIEventHandler *, getChild, IN, unsigned int, i);
Method1(bool, containsNode, IN, const osgGA::GUIEventHandler *, node);
Method1(ChildList::iterator, findChild, IN, const osgGA::GUIEventHandler *, node);
ArrayProperty_GA(osgGA::GUIEventHandler *, Child, Children, unsigned int, bool);
ReadOnlyProperty(osgGA::CompositeGUIEventHandler *, Composite);
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osgGA::GUIEventHandler)
BaseType(osg::NodeCallback);
BaseType(osg::Drawable::EventCallback);
Constructor0();
Constructor2(IN, const osgGA::GUIEventHandler &, x, IN, const osg::CopyOp &, x);
Method0(osg::Object *, cloneType);
Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop);
Method1(bool, isSameKindAs, IN, const osg::Object *, obj);
Method0(const char *, libraryName);
Method0(const char *, className);
Method2(void, event, IN, osg::NodeVisitor *, nv, IN, osg::Drawable *, drawable);
Method0(const osgGA::CompositeGUIEventHandler *, getComposite);
Method0(osgGA::CompositeGUIEventHandler *, getComposite);
Method4(bool, handle, IN, const osgGA::GUIEventAdapter &, ea, IN, osgGA::GUIActionAdapter &, aa, IN, osg::Object *, x, IN, osg::NodeVisitor *, x);
Method2(bool, handle, IN, const osgGA::GUIEventAdapter &, x, IN, osgGA::GUIActionAdapter &, x);
Method1(void, accept, IN, osgGA::GUIEventHandlerVisitor &, x);
Method1(void, getUsage, IN, osg::ApplicationUsage &, x);
ReadOnlyProperty(osgGA::CompositeGUIEventHandler *, Composite);
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osgGA::GUIEventHandler >)
Constructor0();
Constructor1(IN, osgGA::GUIEventHandler *, t);
Constructor1(IN, const osg::ref_ptr< osgGA::GUIEventHandler > &, rp);
Method0(bool, valid);
Method0(osgGA::GUIEventHandler *, get);
Method0(const osgGA::GUIEventHandler *, get);
Method0(osgGA::GUIEventHandler *, take);
Method0(osgGA::GUIEventHandler *, release);
ReadOnlyProperty(osgGA::GUIEventHandler *, );
END_REFLECTOR
STD_VECTOR_REFLECTOR(std::vector< osg::ref_ptr< osgGA::GUIEventHandler > >);