Namespaces | Enumerations
traversal_order.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ML
 
 ML::forest
 

Enumerations

enum class  ML::forest::forest_order : unsigned char { ML::forest::depth_first = 0 , ML::forest::breadth_first = 1 , ML::forest::layered_children_together = 2 , ML::forest::layered_children_segregated = 3 }