Lines Matching refs:this
119 return *this; in IsFixedSizeMemory()
126 return *this; in MaxChildren()
133 return *this; in MaxCallbacks()
142 return *this; in MaxAnimObjectsPerGroup()
154 return *this; in IsAnimationEnabled()
187 SceneNodeChildren::iterator end = this->m_Children.end(); in DestroyBranch()
188 for (SceneNodeChildren::iterator child = this->m_Children.begin(); child != end; ++child) in DestroyBranch()
197 this->Destroy(); in DestroyBranch()
225 return ResStaticCast<ResSceneNode>( this->GetResSceneObject() ); in GetResSceneNode()
231 return ResStaticCast<ResSceneNode>( this->GetResSceneObject() ); in GetResSceneNode()
282 NW_ASSERT(child->GetParent() == this); in DetachChild()
311 const SceneNode* parent = this->GetParent(); in TrackbackWorldMatrix()
323 const SceneNode* parent = this->GetParent(); in TrackbackWorldTransform()
335 const SceneNode* parent = this->GetParent(); in TrackbackLocalTransform()
400 return this->m_TraversalResults; in GetTraversalResults()
406 this->m_TraversalResults = results; in SetTraversalResults()
418 this->m_TraversalResults = ut::EnableFlag(this->m_TraversalResults, results); in EnableTraversalResults()
424 this->m_TraversalResults = ut::DisableFlag(this->m_TraversalResults, results); in DisableTraversalResults()
430 this->m_TraversalResults = FLAG_DEFAULT; in ResetTraversalResults()
438 this->m_TraversalResults = node->GetTraversalResults(); in CopyTraversalResults()
524 this->SetParent(NULL); in SceneNode()
534 SceneNode* parent = this->GetParent(); in ~SceneNode()
537 parent->DetachChild(this); in ~SceneNode()
551 const SceneNode* parent = this->GetParent(); in IsCircularReference()
661 bit32 results = this->GetTraversalResults(); in InheritTraversalResults()
662 SceneNode* parent = this->GetParent(); in InheritTraversalResults()
664 bool isVisible = this->IsBranchVisible(); in InheritTraversalResults()
680 this->SetTraversalResults(results); in InheritTraversalResults()