Lines Matching refs:index
252 ParticleSet* GetParticleSets(int index) in GetParticleSets() argument
254 NW_ASSERT(index >= 0 && index < m_ParticleSetCount); in GetParticleSets()
255 return this->m_ParticleSets[index]; in GetParticleSets()
262 const ParticleSet* GetParticleSets(int index) const in GetParticleSets() argument
264 NW_ASSERT(index >= 0 && index < m_ParticleSetCount); in GetParticleSets()
265 return this->m_ParticleSets[index]; in GetParticleSets()
291 ParticleShape* GetParticleShapes(int index) in GetParticleShapes() argument
293 NW_ASSERT(index >= 0 && index < m_ParticleShapeCount); in GetParticleShapes()
294 return this->m_ParticleShapes[index]; in GetParticleShapes()
301 const ParticleShape* GetParticleShapes(int index) const in GetParticleShapes() argument
303 NW_ASSERT(index >= 0 && index < m_ParticleShapeCount); in GetParticleShapes()
304 return this->m_ParticleShapes[index]; in GetParticleShapes()