Lines Matching refs:this
182 for (int i = 0; i < (int)this->GetParticleSetsCount(); ++i) in ForeachParticleSet()
184 ParticleSet* particleSet = this->GetParticleSets(i); in ForeachParticleSet()
198 for (int i = 0; i < (int)this->GetParticleSetsCount(); ++i) in ForeachConstParticleSet()
200 const ParticleSet* particleSet = this->GetParticleSets(i); in ForeachConstParticleSet()
216 return ResDynamicCast<ResParticleModel>(this->GetResSceneObject()); in GetResModel()
223 return ResDynamicCast<ResParticleModel>(this->GetResSceneObject()); in GetResModel()
232 if (m_ParticleSetCount >= this->m_ParticleSets.size()) return false; in AttachParticleSet()
234 this->m_ParticleSets[m_ParticleSetCount] = node; in AttachParticleSet()
253 return this->m_ParticleSets[index]; in GetParticleSets()
263 return this->m_ParticleSets[index]; in GetParticleSets()
271 if (m_ParticleShapeCount >= this->m_ParticleShapes.size()) return false; in AttachParticleShape()
273 this->m_ParticleShapes[m_ParticleSetCount] = node; in AttachParticleShape()
292 return this->m_ParticleShapes[index]; in GetParticleShapes()
302 return this->m_ParticleShapes[index]; in GetParticleShapes()
325 this->ForeachConstParticleSet(function); in HasParticle()