| 
    Qualia
    0.2
    
   | 
 
#include <ProbabilityNode.h>

Public Member Functions | |
| WeightedBehaviorTreeNode (float weight_, BehaviorTreeNode *node_) | |
| bool | isNull () const | 
Public Attributes | |
| float | weight | 
| BehaviorTreeNode * | node | 
Static Public Attributes | |
| static const  WeightedBehaviorTreeNode  | NULL_WEIGHTED_NODE = WeightedBehaviorTreeNode(0, NULL) | 
| Null node, used to terminate argument list when calling setWeightedChildren().  More... | |
This class is used solely to pass arguments in the setWeightedChildren() method.
      
  | 
  inline | 
      
  | 
  inline | 
| BehaviorTreeNode* BehaviorTree::WeightedBehaviorTreeNode::node | 
      
  | 
  static | 
Null node, used to terminate argument list when calling setWeightedChildren().
| float BehaviorTree::WeightedBehaviorTreeNode::weight | 
 1.8.3.1