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.
33 lines
1.1 KiB
C++
33 lines
1.1 KiB
C++
// ***************************************************************************
|
|
//
|
|
// Generated automatically by genwrapper.
|
|
// Please DO NOT EDIT this file!
|
|
//
|
|
// ***************************************************************************
|
|
|
|
#include <osgIntrospection/ReflectionMacros>
|
|
#include <osgIntrospection/TypedMethodInfo>
|
|
#include <osgIntrospection/Attributes>
|
|
|
|
#include <osg/CopyOp>
|
|
#include <osg/Object>
|
|
#include <osgParticle/Operator>
|
|
#include <osgParticle/Particle>
|
|
#include <osgParticle/Program>
|
|
|
|
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgParticle::Operator)
|
|
BaseType(osg::Object);
|
|
Constructor0();
|
|
ConstructorWithDefaults2(IN, const osgParticle::Operator &, copy, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY);
|
|
Method0(const char *, libraryName);
|
|
Method0(const char *, className);
|
|
Method1(bool, isSameKindAs, IN, const osg::Object *, obj);
|
|
Method0(bool, isEnabled);
|
|
Method1(void, setEnabled, IN, bool, v);
|
|
Method2(void, operate, IN, osgParticle::Particle *, P, IN, double, dt);
|
|
Method1(void, beginOperate, IN, osgParticle::Program *, x);
|
|
Method0(void, endOperate);
|
|
WriteOnlyProperty(bool, Enabled);
|
|
END_REFLECTOR
|
|
|