Lines Matching refs:this
197 for (int i = 0; i < (int)this->GetParticleSetsCount(); ++i) in ForeachParticleSet()
199 ParticleSet* particleSet = this->GetParticleSets(i); in ForeachParticleSet()
213 for (int i = 0; i < (int)this->GetParticleSetsCount(); ++i) in ForeachConstParticleSet()
215 const ParticleSet* particleSet = this->GetParticleSets(i); in ForeachConstParticleSet()
231 return ResDynamicCast<ResParticleModel>(this->GetResSceneObject()); in GetResModel()
238 return ResDynamicCast<ResParticleModel>(this->GetResSceneObject()); in GetResModel()
253 if (m_ParticleSetCount >= this->m_ParticleSets.size()) return false; in AttachParticleSet()
255 this->m_ParticleSets[m_ParticleSetCount] = node; in AttachParticleSet()
274 return this->m_ParticleSets[index]; in GetParticleSets()
284 return this->m_ParticleSets[index]; in GetParticleSets()
292 if (m_ParticleShapeCount >= this->m_ParticleShapes.size()) return false; in AttachParticleShape()
294 this->m_ParticleShapes[m_ParticleSetCount] = node; in AttachParticleShape()
313 return this->m_ParticleShapes[index]; in GetParticleShapes()
323 return this->m_ParticleShapes[index]; in GetParticleShapes()
346 this->ForeachConstParticleSet(function); in HasParticle()
356 this->ForeachParticleSet(function); in ResetDebugHint()