MAIA bb96820c
Multiphysics at AIA
|
#include <binarytree.h>
Public Member Functions | |
BinaryTree () | |
BinaryTree (BinaryTreeNode< T > *root) | |
BinaryTreeNode< T > * | getRoot () |
MInt | getMaxDepth () |
Protected Member Functions | |
MInt | getNodeDepth (BinaryTreeNode< T > *node) |
Protected Attributes | |
BinaryTreeNode< T > * | m_root |
Definition at line 60 of file binarytree.h.
|
inline |
Definition at line 54 of file binarytree.h.
|
inlineexplicit |
Definition at line 54 of file binarytree.h.
|
inline |
Definition at line 67 of file binarytree.h.
|
inlineprotected |
Definition at line 84 of file binarytree.h.
|
inline |
Definition at line 65 of file binarytree.h.
|
protected |
Definition at line 82 of file binarytree.h.