Planeshift
DetourNode.h File Reference
#include "DetourNavMesh.h"

Go to the source code of this file.

Classes

struct  dtNode
 
class  dtNodePool
 
class  dtNodeQueue
 

Typedefs

typedef unsigned short dtNodeIndex
 

Enumerations

enum  dtNodeFlags { DT_NODE_OPEN = 0x01, DT_NODE_CLOSED = 0x02 }
 

Variables

static const dtNodeIndex DT_NULL_IDX = (dtNodeIndex)~0
 

Typedef Documentation

typedef unsigned short dtNodeIndex

Definition at line 30 of file DetourNode.h.

Enumeration Type Documentation

Enumerator
DT_NODE_OPEN 
DT_NODE_CLOSED 

Definition at line 24 of file DetourNode.h.

Variable Documentation

const dtNodeIndex DT_NULL_IDX = (dtNodeIndex)~0
static

Definition at line 31 of file DetourNode.h.