Qualia  0.2
Classes | Namespaces | Enumerations
FloatCondition.h File Reference
#include "Common.h"
#include "FPCompare.h"
Include dependency graph for FloatCondition.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BehaviorTree::FloatCondition< T >
 Wraps a function or member pointer that returns a float value into a conditional node. More...
 

Namespaces

namespace  BehaviorTree
 

Enumerations

enum  BehaviorTree::FLOAT_TEST {
  BehaviorTree::LESS_THAN_FP, BehaviorTree::GREATER_THAN_FP, BehaviorTree::LESS_OR_CLOSE, BehaviorTree::GREATER_OR_CLOSE,
  BehaviorTree::CLOSE, BehaviorTree::NOT_CLOSE
}
 These are the numerical tests that are available for floating point numbers. More...