-----------------------------------------------------------------------
| 722 | } |
| 723 | //----------------------------------------------------------------------- |
| 724 | ParticleIterator ParticleSystem::_getIterator() |
| 725 | { |
| 726 | return ParticleIterator( mActiveParticles.begin(), mActiveParticles.end() ); |
| 727 | } |
| 728 | //----------------------------------------------------------------------- |
| 729 | Particle *ParticleSystem::getParticle( size_t index ) |
| 730 | { |
no test coverage detected