NodeList Class Reference

#include <NodeList.h>

Inheritance diagram for NodeList:

Array< Node * > List of all members.

Public Member Functions

 NodeList (Node *node)
 NodeList ()
virtual ~NodeList ()
void append (Node *node)
void clearFlag (int flag) const
void setFlag (int flag) const

Detailed Description

An Array of Nodes. Responsible of handling VRML97 MFNodes.


Constructor & Destructor Documentation

NodeList::NodeList ( Node node  )  [inline]

Appends hte specified node to the Array<Node*> .

NodeList::NodeList (  )  [inline]

NodeList::~NodeList (  )  [virtual]


Member Function Documentation

void NodeList::append ( Node node  ) 

Reimplemented from Array< Node * >.

void NodeList::clearFlag ( int  flag  )  const

Clears the flag of all the Nodes in the NodeList.

void NodeList::setFlag ( int  flag  )  const

Sets the flag of all the Nodes in the NodeList to the specified flag.


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