#include <OgreParticleIterator.h>
Public Member Functions | |
bool | end (void) |
Particle * | getNext (void) |
Returns a pointer to the next particle, and moves the iterator on by 1 element. | |
Protected Member Functions | |
ParticleIterator (std::list< Particle * >::iterator start, std::list< Particle * >::iterator end) | |
Protected constructor, only available from ParticleSystem::getIterator. | |
Protected Attributes | |
std::list< Particle * >::iterator | mPos |
std::list< Particle * >::iterator | mStart |
std::list< Particle * >::iterator | mEnd |
Friends | |
class | ParticleSystem |
Definition at line 39 of file OgreParticleIterator.h.
Ogre::ParticleIterator::ParticleIterator | ( | std::list< Particle * >::iterator | start, | |
std::list< Particle * >::iterator | end | |||
) | [protected] |
Protected constructor, only available from ParticleSystem::getIterator.
bool Ogre::ParticleIterator::end | ( | void | ) |
Particle* Ogre::ParticleIterator::getNext | ( | void | ) |
Returns a pointer to the next particle, and moves the iterator on by 1 element.
friend class ParticleSystem [friend] |
Definition at line 41 of file OgreParticleIterator.h.
std::list<Particle*>::iterator Ogre::ParticleIterator::mPos [protected] |
Definition at line 43 of file OgreParticleIterator.h.
std::list<Particle*>::iterator Ogre::ParticleIterator::mStart [protected] |
Definition at line 44 of file OgreParticleIterator.h.
std::list<Particle*>::iterator Ogre::ParticleIterator::mEnd [protected] |
Definition at line 45 of file OgreParticleIterator.h.
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 27 22:04:48 2009