The RTNodeList interface provides the abstraction of an ordered collection of nodes. More...
#include <IRTNode.h>
Public Member Functions | |
virtual RTNode * | item (size_t index) const =0 |
Returns the index item in the collection. | |
virtual size_t | getLength () const =0 |
Returns the number of nodes in the list. | |
Protected Member Functions | |
RTNodeList () | |
hidden constructor | |
virtual | ~RTNodeList () |
Destructor. |
The RTNodeList interface provides the abstraction of an ordered collection of nodes.
class RTNodeList