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.
2005-05-09 18:17:56 +08:00
|
|
|
// ***************************************************************************
|
|
|
|
//
|
|
|
|
// Generated automatically by genwrapper.
|
|
|
|
// Please DO NOT EDIT this file!
|
|
|
|
//
|
|
|
|
// ***************************************************************************
|
|
|
|
|
|
|
|
#include <osgIntrospection/ReflectionMacros>
|
|
|
|
#include <osgIntrospection/TypedMethodInfo>
|
|
|
|
#include <osgIntrospection/Attributes>
|
|
|
|
|
|
|
|
#include <osg/ApplicationUsage>
|
|
|
|
#include <osg/Matrixd>
|
|
|
|
#include <osg/Node>
|
|
|
|
#include <osgGA/GUIActionAdapter>
|
|
|
|
#include <osgGA/GUIEventAdapter>
|
|
|
|
#include <osgGA/TrackballManipulator>
|
|
|
|
#include <osgUtil/SceneView>
|
|
|
|
|
2005-05-16 17:41:10 +08:00
|
|
|
// Must undefine IN and OUT macros defined in Windows headers
|
|
|
|
#ifdef IN
|
|
|
|
#undef IN
|
|
|
|
#endif
|
|
|
|
#ifdef OUT
|
|
|
|
#undef OUT
|
|
|
|
#endif
|
|
|
|
|
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.
2005-05-09 18:17:56 +08:00
|
|
|
BEGIN_OBJECT_REFLECTOR(osgGA::TrackballManipulator)
|
2005-05-16 17:41:10 +08:00
|
|
|
I_BaseType(osgGA::MatrixManipulator);
|
|
|
|
I_Constructor0();
|
|
|
|
I_Method0(const char *, className);
|
|
|
|
I_Method1(void, setByMatrix, IN, const osg::Matrixd &, matrix);
|
|
|
|
I_Method1(void, setByInverseMatrix, IN, const osg::Matrixd &, matrix);
|
|
|
|
I_Method0(osg::Matrixd, getMatrix);
|
|
|
|
I_Method0(osg::Matrixd, getInverseMatrix);
|
|
|
|
I_Method0(osgUtil::SceneView::FusionDistanceMode, getFusionDistanceMode);
|
|
|
|
I_Method0(float, getFusionDistanceValue);
|
|
|
|
I_Method1(void, setNode, IN, osg::Node *, x);
|
|
|
|
I_Method0(const osg::Node *, getNode);
|
|
|
|
I_Method0(osg::Node *, getNode);
|
|
|
|
I_Method2(void, home, IN, const osgGA::GUIEventAdapter &, ea, IN, osgGA::GUIActionAdapter &, us);
|
|
|
|
I_Method1(void, home, IN, double, x);
|
|
|
|
I_Method2(void, init, IN, const osgGA::GUIEventAdapter &, ea, IN, osgGA::GUIActionAdapter &, us);
|
|
|
|
I_Method2(bool, handle, IN, const osgGA::GUIEventAdapter &, ea, IN, osgGA::GUIActionAdapter &, us);
|
|
|
|
I_Method1(void, getUsage, IN, osg::ApplicationUsage &, usage);
|
2005-11-18 01:45:04 +08:00
|
|
|
I_Method1(void, setMinimumZoomScale, IN, double, minimumZoomScale);
|
|
|
|
I_Method0(double, getMinimumZoomScale);
|
2005-05-16 17:41:10 +08:00
|
|
|
I_Method1(void, setTrackballSize, IN, float, size);
|
|
|
|
I_Method0(float, getTrackballSize);
|
|
|
|
I_WriteOnlyProperty(const osg::Matrixd &, ByInverseMatrix);
|
|
|
|
I_WriteOnlyProperty(const osg::Matrixd &, ByMatrix);
|
|
|
|
I_ReadOnlyProperty(osgUtil::SceneView::FusionDistanceMode, FusionDistanceMode);
|
|
|
|
I_ReadOnlyProperty(float, FusionDistanceValue);
|
|
|
|
I_ReadOnlyProperty(osg::Matrixd, InverseMatrix);
|
|
|
|
I_ReadOnlyProperty(osg::Matrixd, Matrix);
|
2005-11-18 01:45:04 +08:00
|
|
|
I_Property(double, MinimumZoomScale);
|
2005-05-16 17:41:10 +08:00
|
|
|
I_Property(osg::Node *, Node);
|
|
|
|
I_Property(float, TrackballSize);
|
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.
2005-05-09 18:17:56 +08:00
|
|
|
END_REFLECTOR
|
|
|
|
|