void Draw(const DisplayHandle<TreeRoot>& hroot); void Draw(TreeRoot * pnode);
Parameters |
Description |
const DisplayHandle<TreeRoot>& hroot |
The DisplayHandle for the tree root. |
TreeRoot * pnode |
The main root tree to display. |