MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
treeNode Class Reference

#include <structuredpartition.h>

Collaboration diagram for treeNode:
[legend]

Public Member Functions

 treeNode ()
 
 ~treeNode ()
 

Public Attributes

MInt level = 0
 
MInt noChilds = 1
 
MInt noLeaves = 1
 
treeNode ** childs = nullptr
 

Detailed Description

Definition at line 15 of file structuredpartition.h.

Constructor & Destructor Documentation

◆ treeNode()

treeNode::treeNode ( )
inline

Definition at line 17 of file structuredpartition.h.

17{};

◆ ~treeNode()

treeNode::~treeNode ( )
inline

Definition at line 18 of file structuredpartition.h.

18{};

Member Data Documentation

◆ childs

treeNode** treeNode::childs = nullptr

Definition at line 22 of file structuredpartition.h.

◆ level

MInt treeNode::level = 0

Definition at line 19 of file structuredpartition.h.

◆ noChilds

MInt treeNode::noChilds = 1

Definition at line 20 of file structuredpartition.h.

◆ noLeaves

MInt treeNode::noLeaves = 1

Definition at line 21 of file structuredpartition.h.


The documentation for this class was generated from the following file: