#include <Document.hh>
Public Member Functions | |
Document () | |
virtual | ~Document () |
void | addNode (Node *N) |
unsigned int | getNodeCount () const |
const Node * | getNode (unsigned int idx) const |
Private Attributes | |
vector< Node * > | m_Nodes |
vrml1::Document::Document | ( | ) |
vrml1::Document::~Document | ( | ) | [virtual] |
void vrml1::Document::addNode | ( | Node * | N | ) |
unsigned int vrml1::Document::getNodeCount | ( | ) | const |
const Node * vrml1::Document::getNode | ( | unsigned int | idx | ) | const |
vector<Node*> vrml1::Document::m_Nodes [private] |