|
MeshKit
1.0
|
Public Member Functions | |
| ActiveNode (BinaryNode *n) | |
| bool | operator== (const ActiveNode &rhs) const |
Public Attributes | |
| bool | active |
| BinaryNode * | node |
Definition at line 162 of file BinaryTree.hpp.
| ActiveNode | ( | BinaryNode * | n | ) | [inline] |
Definition at line 163 of file BinaryTree.hpp.
| bool operator== | ( | const ActiveNode & | rhs | ) | const [inline] |
Definition at line 168 of file BinaryTree.hpp.
| bool active |
Definition at line 167 of file BinaryTree.hpp.
Definition at line 171 of file BinaryTree.hpp.