Lines Matching refs:index
271 ParticleSet* GetParticleSets(int index) in GetParticleSets() argument
273 NW_ASSERT(index >= 0 && index < m_ParticleSetCount); in GetParticleSets()
274 return this->m_ParticleSets[index]; in GetParticleSets()
281 const ParticleSet* GetParticleSets(int index) const in GetParticleSets() argument
283 NW_ASSERT(index >= 0 && index < m_ParticleSetCount); in GetParticleSets()
284 return this->m_ParticleSets[index]; in GetParticleSets()
310 ParticleShape* GetParticleShapes(int index) in GetParticleShapes() argument
312 NW_ASSERT(index >= 0 && index < m_ParticleShapeCount); in GetParticleShapes()
313 return this->m_ParticleShapes[index]; in GetParticleShapes()
320 const ParticleShape* GetParticleShapes(int index) const in GetParticleShapes() argument
322 NW_ASSERT(index >= 0 && index < m_ParticleShapeCount); in GetParticleShapes()
323 return this->m_ParticleShapes[index]; in GetParticleShapes()