Lines Matching refs:TransformNode
33 class TransformNode : public SceneNode
36 NW_DISALLOW_COPY_AND_ASSIGN(TransformNode);
44 typedef ut::Signal2<void, TransformNode*, SceneContext*> CalculateMatrixSignal;
102 TransformNode* Create(os::IAllocator* allocator);
114 size += sizeof(TransformNode);
121 TransformNode::Description m_Description;
133 static TransformNode* Create(
136 const TransformNode::Description& description,
164 size += sizeof(TransformNode); in GetMemorySizeInternal()
364 TransformNode(
367 const TransformNode::Description& description);
370 virtual ~TransformNode() in ~TransformNode()
450 TransformNode::InheritTraversalResults() in InheritTraversalResults()