BIE::BinaryNode Class Reference

Special Node sub class for the case where nodes have two children. More...

#include <Node.h>

Inheritance diagram for BIE::BinaryNode:
Collaboration diagram for BIE::BinaryNode:

List of all members.

Public Member Functions

 BinaryNode ()
 Null constructor.
 BinaryNode (Tile *t, int tid, int d)
 Constructs a node with two children.
void setLeft (Node *l)
 Sets the left subtree.
void setRight (Node *r)
 Sets the right subtree.

Friends

class boost::serialization::access


Detailed Description

Special Node sub class for the case where nodes have two children.
The documentation for this class was generated from the following file:
  • /home/weinberg/src/BIE/include/Node.h

Send suggestions, questions, and feedback to WEINBERG at ASTRO dot UMASS dot EDU.
Documentation generated at Fri Mar 26 00:35:12 2010 by doxygen