Lines Matching refs:this

122             return *this;  in IsFixedSizeMemory()
129 return *this; in MaxChildren()
136 return *this; in MaxCallbacks()
145 return *this; in MaxAnimObjectsPerGroup()
157 return *this; in IsAnimationEnabled()
235 SceneNodeChildren::iterator end = this->m_Children.end(); in DestroyBranch()
236 for (SceneNodeChildren::iterator child = this->m_Children.begin(); child != end; ++child) in DestroyBranch()
245 this->Destroy(); in DestroyBranch()
281 return ResStaticCast<ResSceneNode>( this->GetResSceneObject() ); in GetResSceneNode()
287 return ResStaticCast<ResSceneNode>( this->GetResSceneObject() ); in GetResSceneNode()
338 NW_ASSERT(child->GetParent() == this); in DetachChild()
367 const SceneNode* parent = this->GetParent(); in TrackbackWorldMatrix()
379 const SceneNode* parent = this->GetParent(); in TrackbackWorldTransform()
391 const SceneNode* parent = this->GetParent(); in TrackbackLocalTransform()
456 return this->m_TraversalResults; in GetTraversalResults()
462 this->m_TraversalResults = results; in SetTraversalResults()
474 this->m_TraversalResults = ut::EnableFlag(this->m_TraversalResults, results); in EnableTraversalResults()
480 this->m_TraversalResults = ut::DisableFlag(this->m_TraversalResults, results); in DisableTraversalResults()
486 this->m_TraversalResults = FLAG_DEFAULT; in ResetTraversalResults()
494 this->m_TraversalResults = node->GetTraversalResults(); in CopyTraversalResults()
578 this->SetParent(NULL); in SceneNode()
588 SceneNode* parent = this->GetParent(); in ~SceneNode()
591 parent->DetachChild(this); in ~SceneNode()
605 const SceneNode* parent = this->GetParent(); in IsCircularReference()
716 bit32 results = this->GetTraversalResults(); in InheritTraversalResults()
717 SceneNode* parent = this->GetParent(); in InheritTraversalResults()
719 bool isVisible = this->IsBranchVisible(); in InheritTraversalResults()
735 this->SetTraversalResults(results); in InheritTraversalResults()