MAIA bb96820c
Multiphysics at AIA
|
#include <structuredpartition.h>
Public Member Functions | |
treeNode () | |
~treeNode () | |
Public Attributes | |
MInt | level = 0 |
MInt | noChilds = 1 |
MInt | noLeaves = 1 |
treeNode ** | childs = nullptr |
Definition at line 15 of file structuredpartition.h.
|
inline |
Definition at line 17 of file structuredpartition.h.
|
inline |
Definition at line 18 of file structuredpartition.h.
treeNode** treeNode::childs = nullptr |
Definition at line 22 of file structuredpartition.h.
MInt treeNode::level = 0 |
Definition at line 19 of file structuredpartition.h.
MInt treeNode::noChilds = 1 |
Definition at line 20 of file structuredpartition.h.
MInt treeNode::noLeaves = 1 |
Definition at line 21 of file structuredpartition.h.