|
Recast Navigation
1.0.35
|
#include <DetourNode.h>
Public Member Functions | |
| dtNodeQueue (int n) | |
| ~dtNodeQueue () | |
| void | operator= (dtNodeQueue &) |
| void | clear () |
| dtNode * | top () |
| dtNode * | pop () |
| void | push (dtNode *node) |
| void | modify (dtNode *node) |
| bool | empty () const |
| int | getMemUsed () const |
| int | getCapacity () const |
| dtNodeQueue::dtNodeQueue | ( | int | n | ) |
| dtNodeQueue::~dtNodeQueue | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |