#include <NodeNormal.h>
Inheritance diagram for NodeNormal:

Public Member Functions | |
| NodeNormal (Scene *scene, Proto *proto) | |
| virtual | ~NodeNormal () |
| virtual int | getType () const |
| virtual Node * | copy () const |
| virtual int | getNodeClass () const |
| virtual NodeNormal::~NodeNormal | ( | ) | [inline, virtual] |
| virtual int NodeNormal::getType | ( | ) | const [inline, virtual] |
| virtual Node* NodeNormal::copy | ( | ) | const [inline, virtual] |
| virtual int NodeNormal::getNodeClass | ( | ) | const [inline, virtual] |
Returns a NODE_CHILD as a node class (used to validate the scene)
Reimplemented from Node.
1.5.1-p1