Public Member Functions | Protected Member Functions

osgParticle::Counter Class Reference

Inheritance diagram for osgParticle::Counter:
osg::Object osg::Referenced osgParticle::ConstantRateCounter osgParticle::VariableRateCounter osgParticle::RandomRateCounter

List of all members.

Public Member Functions

 Counter ()
 Counter (const Counter &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
virtual int numParticlesToCreate (double dt) const =0

Protected Member Functions

 ~Counter ()
Counteroperator= (const Counter &)

Constructor & Destructor Documentation

osgParticle::Counter::Counter (  )  [inline]
osgParticle::Counter::Counter ( const Counter copy,
const osg::CopyOp copyop = osg::CopyOp::SHALLOW_COPY 
) [inline]
osgParticle::Counter::~Counter (  )  [inline, protected]

Member Function Documentation

virtual const char* osgParticle::Counter::className (  )  const [inline, virtual]

return the name of the object's class type. Must be defined by derived classes.

Implements osg::Object.

Reimplemented in osgParticle::VariableRateCounter.

virtual bool osgParticle::Counter::isSameKindAs ( const osg::Object obj  )  const [inline, virtual]

Reimplemented from osg::Object.

Reimplemented in osgParticle::VariableRateCounter.

virtual const char* osgParticle::Counter::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.

Implements osg::Object.

Reimplemented in osgParticle::VariableRateCounter.

virtual int osgParticle::Counter::numParticlesToCreate ( double  dt  )  const [pure virtual]
Counter& osgParticle::Counter::operator= ( const Counter  )  [inline, protected]

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