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()
232 SceneNodeChildren::iterator end = this->m_Children.end(); in DestroyBranch()
233 for (SceneNodeChildren::iterator child = this->m_Children.begin(); child != end; ++child) in DestroyBranch()
242 this->Destroy(); in DestroyBranch()
278 return ResStaticCast<ResSceneNode>( this->GetResSceneObject() ); in GetResSceneNode()
284 return ResStaticCast<ResSceneNode>( this->GetResSceneObject() ); in GetResSceneNode()
335 NW_ASSERT(child->GetParent() == this); in DetachChild()
364 const SceneNode* parent = this->GetParent(); in TrackbackWorldMatrix()
376 const SceneNode* parent = this->GetParent(); in TrackbackWorldTransform()
388 const SceneNode* parent = this->GetParent(); in TrackbackLocalTransform()
453 return this->m_TraversalResults; in GetTraversalResults()
459 this->m_TraversalResults = results; in SetTraversalResults()
471 this->m_TraversalResults = ut::EnableFlag(this->m_TraversalResults, results); in EnableTraversalResults()
477 this->m_TraversalResults = ut::DisableFlag(this->m_TraversalResults, results); in DisableTraversalResults()
483 this->m_TraversalResults = FLAG_DEFAULT; in ResetTraversalResults()
491 this->m_TraversalResults = node->GetTraversalResults(); in CopyTraversalResults()
575 this->SetParent(NULL); in SceneNode()
585 SceneNode* parent = this->GetParent(); in ~SceneNode()
588 parent->DetachChild(this); in ~SceneNode()
602 const SceneNode* parent = this->GetParent(); in IsCircularReference()
713 bit32 results = this->GetTraversalResults(); in InheritTraversalResults()
714 SceneNode* parent = this->GetParent(); in InheritTraversalResults()
716 bool isVisible = this->IsBranchVisible(); in InheritTraversalResults()
732 this->SetTraversalResults(results); in InheritTraversalResults()