25 #ifndef GRAPHICS_AURORA_ANIMNODE_H    26 #define GRAPHICS_AURORA_ANIMNODE_H    78 #endif // GRAPHICS_AURORA_ANIMNODE_H std::list< AnimNode * > _children
The node's children. 
Common::UString _name
The node's name. 
A class holding an UTF-8 string. 
void setParent(AnimNode *parent)
Set the node's parent. 
Basic Aurora graphics types. 
AnimNode(ModelNode *modelnode)
const Common::UString & getName() const
Get the node's name. 
AnimNode * getParent()
Get the node's parent. 
AnimNode * _parent
The node's parent. 
ModelNode * getNodeData()
Get the node's model node.