Lines Matching refs:this
184 for (int i = 0; i < (int)this->GetParticleSetsCount(); ++i) in ForeachParticleSet()
186 ParticleSet* particleSet = this->GetParticleSets(i); in ForeachParticleSet()
200 for (int i = 0; i < (int)this->GetParticleSetsCount(); ++i) in ForeachConstParticleSet()
202 const ParticleSet* particleSet = this->GetParticleSets(i); in ForeachConstParticleSet()
218 return ResDynamicCast<ResParticleModel>(this->GetResSceneObject()); in GetResModel()
225 return ResDynamicCast<ResParticleModel>(this->GetResSceneObject()); in GetResModel()
234 if (m_ParticleSetCount >= this->m_ParticleSets.size()) return false; in AttachParticleSet()
236 this->m_ParticleSets[m_ParticleSetCount] = node; in AttachParticleSet()
255 return this->m_ParticleSets[index]; in GetParticleSets()
265 return this->m_ParticleSets[index]; in GetParticleSets()
273 if (m_ParticleShapeCount >= this->m_ParticleShapes.size()) return false; in AttachParticleShape()
275 this->m_ParticleShapes[m_ParticleSetCount] = node; in AttachParticleShape()
294 return this->m_ParticleShapes[index]; in GetParticleShapes()
304 return this->m_ParticleShapes[index]; in GetParticleShapes()
327 this->ForeachConstParticleSet(function); in HasParticle()