Qualia  0.2
Classes | Namespaces | Macros
BehaviorTreeUtil.h File Reference
#include "BehaviorTree.h"
Include dependency graph for BehaviorTreeUtil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BehaviorTree::BehaviorTreeUtil
 

Namespaces

namespace  BehaviorTree
 

Macros

#define BT_END   NULL
 
#define BT_END_WEIGHTED   WeightedBehaviorTreeNode::NULL_WEIGHTED_NODE
 
#define CHILDREN(...)   setChildren(__VA_ARGS__, NULL)
 
#define WEIGHTED_CHILDREN(...)   setWeightedChildren(__VA_ARGS__, WeightedBehaviorTreeNode::NULL_WEIGHTED_NODE)
 

Macro Definition Documentation

#define BT_END   NULL
#define BT_END_WEIGHTED   WeightedBehaviorTreeNode::NULL_WEIGHTED_NODE
#define CHILDREN (   ...)    setChildren(__VA_ARGS__, NULL)
#define WEIGHTED_CHILDREN (   ...)    setWeightedChildren(__VA_ARGS__, WeightedBehaviorTreeNode::NULL_WEIGHTED_NODE)