Files
OpenSceneGraph/src/osgWrappers/osgParticle/Operator.cpp
Robert Osfield 882a909df8 Updated wrappers
2006-07-18 20:53:16 +00:00

41 lines
1.3 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>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgParticle::Operator)
I_BaseType(osg::Object);
I_Constructor0();
I_ConstructorWithDefaults2(IN, const osgParticle::Operator &, copy, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY);
I_Method0(const char *, libraryName);
I_Method0(const char *, className);
I_Method1(bool, isSameKindAs, IN, const osg::Object *, obj);
I_Method0(bool, isEnabled);
I_Method1(void, setEnabled, IN, bool, v);
I_Method2(void, operate, IN, osgParticle::Particle *, P, IN, double, dt);
I_Method1(void, beginOperate, IN, osgParticle::Program *, x);
I_Method0(void, endOperate);
I_WriteOnlyProperty(bool, Enabled);
END_REFLECTOR