aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
binTreeNode.h File Reference
Include dependency graph for binTreeNode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::BinTreeNode< Val >
 Nodes of a binary trees. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Enumerations

enum class  gum::BinTreeDir : char { gum::LEFT_CHILD = 0 , gum::RIGHT_CHILD = 1 , gum::NO_PARENT = 2 }
 The direction of a given edge in a binary tree. More...

Detailed Description

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file binTreeNode.h.