// *************************************************************************** // // Generated automatically by genwrapper. // Please DO NOT EDIT this file! // // *************************************************************************** #include #include #include #include #include #include #include #include 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