#include <astarcostfunc.h>

Public Types | |
| typedef _DataType | data_type |
| typedef _CostType | Real |
Public Member Functions | |
| AStarCostFunc () | |
| virtual | ~AStarCostFunc () |
| virtual Real | operator() (data_type pFrom, data_type pTo) const =0 |
The return must be a scalar value.
| typedef _DataType dtAI::AStarCostFunc< _DataType, _CostType >::data_type |
| typedef _CostType dtAI::AStarCostFunc< _DataType, _CostType >::Real |
| dtAI::AStarCostFunc< _DataType, _CostType >::AStarCostFunc | ( | ) | [inline] |
| virtual dtAI::AStarCostFunc< _DataType, _CostType >::~AStarCostFunc | ( | ) | [inline, virtual] |
| virtual Real dtAI::AStarCostFunc< _DataType, _CostType >::operator() | ( | data_type | pFrom, | |
| data_type | pTo | |||
| ) | const [pure virtual] |