26 #ifndef GUM_BIN_TREE_NODE_H 27 #define GUM_BIN_TREE_NODE_H 96 template <
typename Val >
262 void eraseLeftLink();
272 void eraseRightLink();
331 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS 339 #endif // GUM_BIN_TREE_NODE_H
Val _val
The value stored in a node of the tree.
gum is the global namespace for all aGrUM entities
BinTreeDir
The direction of a given edge in a binary tree.
BinTreeDir _parent_dir
the direction to follow from the parent to reach the current node.
Formula operator*(const Formula &a, const Formula &b)
BinTreeNode< Val > * _parent
The parent of the node.
Node class for various binary search trees.