#include <OgreParticleIterator.h>
Public Methods | |
| bool | end (void) |
| Particle * | getNext (void) |
| Returns a pointer to the next particle, and moves the iterator on by 1 element. | |
Protected Methods | |
| ParticleIterator (std::list< Billboard * >::iterator start, std::list< Billboard * >::iterator end) | |
| Protected constructor, only available from ParticleSystem::getIterator. | |
Protected Attributes | |
| std::list< Billboard * >::iterator | mPos |
| std::list< Billboard * >::iterator | mStart |
| std::list< Billboard * >::iterator | mEnd |
Friends | |
| class | ParticleSystem |
Definition at line 35 of file OgreParticleIterator.h.
|
||||||||||||
|
Protected constructor, only available from ParticleSystem::getIterator.
Definition at line 32 of file OgreParticleIterator.cpp. |
|
|
|
Returns a pointer to the next particle, and moves the iterator on by 1 element.
Definition at line 43 of file OgreParticleIterator.cpp. References mPos. Referenced by Ogre::ScaleAffector::_affectParticles(), Ogre::RotationAffector::_affectParticles(), Ogre::LinearForceAffector::_affectParticles(), Ogre::ColourInterpolatorAffector::_affectParticles(), Ogre::ColourImageAffector::_affectParticles(), Ogre::ColourFaderAffector2::_affectParticles(), and Ogre::ColourFaderAffector::_affectParticles(). |
|
|
Definition at line 37 of file OgreParticleIterator.h. |
|
|
Definition at line 41 of file OgreParticleIterator.h. Referenced by end(), and ParticleIterator(). |
|
|
Definition at line 39 of file OgreParticleIterator.h. Referenced by end(), getNext(), and ParticleIterator(). |
|
|
Definition at line 40 of file OgreParticleIterator.h. Referenced by ParticleIterator(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:18:57 2004