MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / _getIterator

Method _getIterator

OgreMain/src/OgreParticleSystem.cpp:724–727  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 10

_affectParticlesMethod · 0.80
_affectParticlesMethod · 0.80
_affectParticlesMethod · 0.80
_affectParticlesMethod · 0.80
_affectParticlesMethod · 0.80
_affectParticlesMethod · 0.80
_affectParticlesMethod · 0.80
_affectParticlesMethod · 0.80
_affectParticlesMethod · 0.80
_affectParticlesMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected