![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
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... | |
Definition in file binTreeNode.h.