#include <NodeSwitch.h>
Inheritance diagram for NodeSwitch:
Public Member Functions | |
NodeSwitch (Scene *scene, Proto *proto) | |
virtual | ~NodeSwitch () |
virtual int | getType () const |
virtual Node * | copy () const |
virtual void | preDraw () |
virtual void | draw () |
virtual NodeSwitch::~NodeSwitch | ( | ) | [inline, virtual] |
virtual int NodeSwitch::getType | ( | ) | const [inline, virtual] |
virtual Node* NodeSwitch::copy | ( | ) | const [inline, virtual] |
void NodeSwitch::preDraw | ( | ) | [virtual] |
To be overriden by the subclasses
Reimplemented from Node.
void NodeSwitch::draw | ( | ) | [virtual] |
To be overriden by the subclasses
Reimplemented from Node.