Lines Matching refs:TransformNode
31 class TransformNode : public SceneNode
34 NW_DISALLOW_COPY_AND_ASSIGN(TransformNode);
42 typedef ut::Signal2<void, TransformNode*, SceneContext*> CalculateMatrixSignal;
100 TransformNode* Create(os::IAllocator* allocator);
112 size += sizeof(TransformNode);
119 TransformNode::Description m_Description;
131 static TransformNode* Create(
134 const TransformNode::Description& description,
162 size += sizeof(TransformNode); in GetMemorySizeInternal()
362 TransformNode(
365 const TransformNode::Description& description);
368 virtual ~TransformNode() in ~TransformNode()
448 TransformNode::InheritTraversalResults() in InheritTraversalResults()