#include <NodeIndexedLineSet.h>
Inheritance diagram for NodeIndexedLineSet:
Public Member Functions | |
NodeIndexedLineSet (Scene *scene, Proto *proto) | |
virtual | ~NodeIndexedLineSet () |
virtual int | getType () const |
virtual Node * | copy () const |
virtual int | getNodeClass () const |
virtual void | draw () |
virtual NodeIndexedLineSet::~NodeIndexedLineSet | ( | ) | [inline, virtual] |
virtual int NodeIndexedLineSet::getType | ( | ) | const [inline, virtual] |
virtual Node* NodeIndexedLineSet::copy | ( | ) | const [inline, virtual] |
virtual int NodeIndexedLineSet::getNodeClass | ( | ) | const [inline, virtual] |
Returns a NODE_CHILD as a node class (used to validate the scene)
Reimplemented from Node.
void NodeIndexedLineSet::draw | ( | ) | [virtual] |
To be overriden by the subclasses
Reimplemented from Node.