Qualia  0.2
Public Member Functions | List of all members
BehaviorTree::BehaviorTreeNode Class Referenceabstract

Abstract base clase for Behavior Tree Nodes. More...

#include <BehaviorTreeBase.h>

Inheritance diagram for BehaviorTree::BehaviorTreeNode:
Inheritance graph
[legend]

Public Member Functions

virtual BEHAVIOR_STATUS execute (void *agent)=0
 This method is invoked by the node's parent when the node should be run. More...
 
virtual void init (void *agent)=0
 This method will be invoked before the node is executed for the first time. More...
 
virtual ~BehaviorTreeNode ()
 

Detailed Description

Abstract base clase for Behavior Tree Nodes.

Constructor & Destructor Documentation

virtual BehaviorTree::BehaviorTreeNode::~BehaviorTreeNode ( )
inlinevirtual

Member Function Documentation

virtual BEHAVIOR_STATUS BehaviorTree::BehaviorTreeNode::execute ( void *  agent)
pure virtual
virtual void BehaviorTree::BehaviorTreeNode::init ( void *  agent)
pure virtual

The documentation for this class was generated from the following file: