
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 () |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
return the name of the object's class type. Must be defined by derived classes. Reimplemented from osgParticle::Counter. |
|
|
|
|
|
Reimplemented from osgParticle::Counter. |
|
|
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. |
|
||||||||||||
|
|
|
|
|