openscenegraph
Public Member Functions | Protected Member Functions
osgParticle::VariableRateCounter Class Reference
Inheritance diagram for osgParticle::VariableRateCounter:
osgParticle::Counter osg::Object osg::Referenced osgParticle::RandomRateCounter

List of all members.

Public Member Functions

 VariableRateCounter ()
 VariableRateCounter (const VariableRateCounter &copy, const osg::CopyOp &copyop=osg::CopyOp::SHALLOW_COPY)
virtual const char * libraryName () const
virtual const char * className () const
virtual bool isSameKindAs (const osg::Object *obj) const
const rangefgetRateRange () const
void setRateRange (const rangef &r)
void setRateRange (float minrange, float maxrange)

Protected Member Functions

virtual ~VariableRateCounter ()

Constructor & Destructor Documentation

virtual osgParticle::VariableRateCounter::~VariableRateCounter ( ) [inline, protected, virtual]

Member Function Documentation

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.

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 ( float  minrange,
float  maxrange 
) [inline]

The documentation for this class was generated from the following file: