Recast Navigation  1.0.35
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, DT_NODE_PARENT_DETACHED = 0x04, DT_NODE_GOAL = 0x04 }
 

Variables

static const dtNodeIndex DT_NULL_IDX = (dtNodeIndex)~0
 
static const int DT_MAX_STATES_PER_NODE = 4
 

Typedef Documentation

typedef unsigned short dtNodeIndex

Enumeration Type Documentation

Enumerator
DT_NODE_OPEN 
DT_NODE_CLOSED 
DT_NODE_PARENT_DETACHED 
DT_NODE_GOAL 

Variable Documentation

const int DT_MAX_STATES_PER_NODE = 4
static
const dtNodeIndex DT_NULL_IDX = (dtNodeIndex)~0
static