OpenSceneGraph
3.0.1
|
Public Member Functions | |
VariableRateCounter () | |
VariableRateCounter (const VariableRateCounter ©, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
virtual const char * | libraryName () const |
return the name of the object's library. | |
virtual const char * | className () const |
return the name of the object's class type. | |
virtual bool | isSameKindAs (const osg::Object *obj) const |
const rangef & | getRateRange () const |
void | setRateRange (const rangef &r) |
void | setRateRange (float minrange, float maxrange) |
Protected Member Functions | |
virtual | ~VariableRateCounter () |
osgParticle::VariableRateCounter::VariableRateCounter | ( | const VariableRateCounter & | copy, |
const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
) | [inline] |
virtual osgParticle::VariableRateCounter::~VariableRateCounter | ( | ) | [inline, protected, virtual] |
virtual const char* osgParticle::VariableRateCounter::className | ( | ) | const [inline, virtual] |
return the name of the object's class type.
Must be defined by derived classes.
Reimplemented from osgParticle::Counter.
const rangef & osgParticle::VariableRateCounter::getRateRange | ( | ) | const [inline] |
Referenced by osgParticle::RandomRateCounter::numParticlesToCreate().
virtual bool osgParticle::VariableRateCounter::isSameKindAs | ( | const osg::Object * | obj | ) | const [inline, virtual] |
Reimplemented from osgParticle::Counter.
virtual const char* osgParticle::VariableRateCounter::libraryName | ( | ) | const [inline, virtual] |
return the name of the object's library.
Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name.
Reimplemented from osgParticle::Counter.
void osgParticle::VariableRateCounter::setRateRange | ( | const rangef & | r | ) | [inline] |
void osgParticle::VariableRateCounter::setRateRange | ( | float | minrange, |
float | maxrange | ||
) | [inline] |
References osgParticle::range< ValueType >::set().
![]() | Generated at Thu Sep 27 2012 17:03:21 for the OpenSceneGraph by doxygen 1.7.6.1. |