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/Matrix>
|
|
|
|
#include <osg/Object>
|
2006-07-19 04:51:28 +08:00
|
|
|
#include <osg/test/CopyOp>
|
|
|
|
#include <osg/test/State>
|
|
|
|
#include <osg/test/StateAttribute>
|
2005-09-29 21:07:26 +08:00
|
|
|
#include <osgUtil/PositionalStateContainer>
|
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
|
|
|
#include <osgUtil/RenderLeaf>
|
|
|
|
|
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
|
|
|
|
|
2005-09-29 21:07:26 +08:00
|
|
|
TYPE_NAME_ALIAS(std::pair< osg::ref_ptr< const osg::StateAttribute > COMMA osg::ref_ptr< osg::RefMatrix > >, osgUtil::PositionalStateContainer::AttrMatrixPair);
|
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
|
|
|
|
2005-09-29 21:07:26 +08:00
|
|
|
TYPE_NAME_ALIAS(std::vector< osgUtil::PositionalStateContainer::AttrMatrixPair >, osgUtil::PositionalStateContainer::AttrMatrixList);
|
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
|
|
|
|
2005-09-29 21:07:26 +08:00
|
|
|
TYPE_NAME_ALIAS(std::map< unsigned int COMMA osgUtil::PositionalStateContainer::AttrMatrixList >, osgUtil::PositionalStateContainer::TexUnitAttrMatrixListMap);
|
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
|
|
|
|
2005-09-29 21:07:26 +08:00
|
|
|
BEGIN_OBJECT_REFLECTOR(osgUtil::PositionalStateContainer)
|
2005-05-16 17:41:10 +08:00
|
|
|
I_BaseType(osg::Object);
|
|
|
|
I_Constructor0();
|
|
|
|
I_Method0(osg::Object *, cloneType);
|
|
|
|
I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, x);
|
|
|
|
I_Method1(bool, isSameKindAs, IN, const osg::Object *, obj);
|
|
|
|
I_Method0(const char *, libraryName);
|
|
|
|
I_Method0(const char *, className);
|
|
|
|
I_Method0(void, reset);
|
|
|
|
I_Method2(void, addPositionedAttribute, IN, osg::RefMatrix *, matrix, IN, const osg::StateAttribute *, attr);
|
|
|
|
I_Method3(void, addPositionedTextureAttribute, IN, unsigned int, textureUnit, IN, osg::RefMatrix *, matrix, IN, const osg::StateAttribute *, attr);
|
2005-07-20 04:40:29 +08:00
|
|
|
I_MethodWithDefaults3(void, draw, IN, osg::State &, state, , IN, osgUtil::RenderLeaf *&, previous, , IN, const osg::Matrix *, postMultMatrix, 0);
|
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
|
|
|
|
|
|
|
|
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osg::RefMatrix >)
|
2006-07-19 04:51:28 +08:00
|
|
|
I_Constructor0();
|
|
|
|
I_Constructor1(IN, osg::RefMatrix *, ptr);
|
|
|
|
I_Constructor1(IN, const osg::ref_ptr< osg::RefMatrix > &, rp);
|
|
|
|
I_Method0(osg::RefMatrix *, get);
|
|
|
|
I_Method0(bool, valid);
|
|
|
|
I_Method0(osg::RefMatrix *, release);
|
|
|
|
I_Method1(void, swap, IN, osg::ref_ptr< osg::RefMatrix > &, rp);
|
2005-05-16 17:41:10 +08:00
|
|
|
I_Constructor0();
|
2006-06-29 18:19:44 +08:00
|
|
|
I_Constructor1(IN, osg::RefMatrix *, ptr);
|
2005-05-16 17:41:10 +08:00
|
|
|
I_Constructor1(IN, const osg::ref_ptr< osg::RefMatrix > &, rp);
|
|
|
|
I_Method0(osg::RefMatrix *, get);
|
2006-06-29 18:19:44 +08:00
|
|
|
I_Method0(bool, valid);
|
2005-05-16 17:41:10 +08:00
|
|
|
I_Method0(osg::RefMatrix *, release);
|
2006-06-29 18:19:44 +08:00
|
|
|
I_Method1(void, swap, IN, osg::ref_ptr< osg::RefMatrix > &, rp);
|
2005-05-16 17:41:10 +08:00
|
|
|
I_ReadOnlyProperty(osg::RefMatrix *, );
|
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
|
|
|
|
|
2005-09-29 21:07:26 +08:00
|
|
|
STD_MAP_REFLECTOR(std::map< unsigned int COMMA osgUtil::PositionalStateContainer::AttrMatrixList >);
|
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
|
|
|
|
|
|
|
STD_PAIR_REFLECTOR(std::pair< osg::ref_ptr< const osg::StateAttribute > COMMA osg::ref_ptr< osg::RefMatrix > >);
|
|
|
|
|
2005-09-29 21:07:26 +08:00
|
|
|
STD_VECTOR_REFLECTOR(std::vector< osgUtil::PositionalStateContainer::AttrMatrixPair >);
|
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
|
|
|
|