54 lines
2.0 KiB
C++
54 lines
2.0 KiB
C++
// ***************************************************************************
|
|
//
|
|
// Generated automatically by genwrapper.
|
|
// Please DO NOT EDIT this file!
|
|
//
|
|
// ***************************************************************************
|
|
|
|
#include <osgIntrospection/ReflectionMacros>
|
|
#include <osgIntrospection/TypedMethodInfo>
|
|
#include <osgIntrospection/StaticMethodInfo>
|
|
#include <osgIntrospection/Attributes>
|
|
|
|
#include <osg/CopyOp>
|
|
#include <osg/Object>
|
|
#include <osg/Vec3>
|
|
#include <osgParticle/BoxPlacer>
|
|
#include <osgParticle/Particle>
|
|
#include <osgParticle/range>
|
|
|
|
// Must undefine IN and OUT macros defined in Windows headers
|
|
#ifdef IN
|
|
#undef IN
|
|
#endif
|
|
#ifdef OUT
|
|
#undef OUT
|
|
#endif
|
|
|
|
BEGIN_OBJECT_REFLECTOR(osgParticle::BoxPlacer)
|
|
I_BaseType(osgParticle::CenteredPlacer);
|
|
I_Constructor0();
|
|
I_ConstructorWithDefaults2(IN, const osgParticle::BoxPlacer &, copy, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY);
|
|
I_Method0(const osgParticle::rangef &, getXRange);
|
|
I_Method1(void, setXRange, IN, const osgParticle::rangef &, r);
|
|
I_Method2(void, setXRange, IN, float, r1, IN, float, r2);
|
|
I_Method0(const osgParticle::rangef &, getYRange);
|
|
I_Method1(void, setYRange, IN, const osgParticle::rangef &, r);
|
|
I_Method2(void, setYRange, IN, float, r1, IN, float, r2);
|
|
I_Method0(const osgParticle::rangef &, getZRange);
|
|
I_Method1(void, setZRange, IN, const osgParticle::rangef &, r);
|
|
I_Method2(void, setZRange, IN, float, r1, IN, float, r2);
|
|
I_Method0(osg::Object *, cloneType);
|
|
I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop);
|
|
I_Method1(bool, isSameKindAs, IN, const osg::Object *, obj);
|
|
I_Method0(const char *, libraryName);
|
|
I_Method0(const char *, className);
|
|
I_Method1(void, place, IN, osgParticle::Particle *, P);
|
|
I_Method0(osg::Vec3, getControlPosition);
|
|
I_ReadOnlyProperty(osg::Vec3, ControlPosition);
|
|
I_Property(const osgParticle::rangef &, XRange);
|
|
I_Property(const osgParticle::rangef &, YRange);
|
|
I_Property(const osgParticle::rangef &, ZRange);
|
|
END_REFLECTOR
|
|
|