#include <XMLScenegraphReader.h>
Collaboration diagram for XMLScenegraphReader:
Public Member Functions | |
XMLScenegraphReader (char *path) | |
constructor path to the xml file | |
virtual | ~XMLScenegraphReader (void) |
destructor | |
void | parse () |
parse the xml sheet to a scenegraph | |
Node * | getRoot () |
get the root node of the parsed scenegraph | |
void | setMotionPointer (Motion *m) |
Public Attributes | |
ThingRegistry * | tr |
Protected Member Functions | |
void | parseAllChildNodes (TiXmlElement *tEl, Node *parent) |
parse all childnodes of a specified xml-element | |
Protected Attributes | |
char * | filepath |
Node * | root |
Motion * | mPtr |
XML Reader which parses a scenegraph-xml sheet and builds the scenegraph, returns the root node
|
constructor path to the xml file
|
|
destructor
|
|
get the root node of the parsed scenegraph
|
|
parse the xml sheet to a scenegraph
|
|
parse all childnodes of a specified xml-element
|
|
|
|
|
|
|
|
|
|
|