NodeSwitch Class Reference

#include <NodeSwitch.h>

Inheritance diagram for NodeSwitch:

Node List of all members.

Public Member Functions

 NodeSwitch (Scene *scene, Proto *proto)
virtual ~NodeSwitch ()
virtual int getType () const
virtual Nodecopy () const
virtual void preDraw ()
virtual void draw ()

Constructor & Destructor Documentation

NodeSwitch::NodeSwitch ( Scene scene,
Proto proto 
)

virtual NodeSwitch::~NodeSwitch (  )  [inline, virtual]


Member Function Documentation

virtual int NodeSwitch::getType (  )  const [inline, virtual]

Returns the Type of a Node in the Node subclasses(here pure virtual). E.g. for the NodeGroup it returns NODE_GROUP

Implements Node.

virtual Node* NodeSwitch::copy (  )  const [inline, virtual]

Creates a new instance of that Node in the Node subclasses(here pure virtual).

Implements Node.

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.


Generated on Thu Jan 18 10:06:20 2007 for vhdPLUS by  doxygen 1.5.1-p1