Recast Navigation  1.0.35
dtNodeQueue Class Reference

#include <DetourNode.h>

Public Member Functions

 dtNodeQueue (int n)
 
 ~dtNodeQueue ()
 
void operator= (dtNodeQueue &)
 
void clear ()
 
dtNodetop ()
 
dtNodepop ()
 
void push (dtNode *node)
 
void modify (dtNode *node)
 
bool empty () const
 
int getMemUsed () const
 
int getCapacity () const
 

Constructor & Destructor Documentation

dtNodeQueue::dtNodeQueue ( int  n)
dtNodeQueue::~dtNodeQueue ( )

Member Function Documentation

void dtNodeQueue::clear ( )
inline
bool dtNodeQueue::empty ( ) const
inline
int dtNodeQueue::getCapacity ( ) const
inline
int dtNodeQueue::getMemUsed ( ) const
inline
void dtNodeQueue::modify ( dtNode node)
inline
void dtNodeQueue::operator= ( dtNodeQueue )
inline
dtNode* dtNodeQueue::pop ( )
inline
void dtNodeQueue::push ( dtNode node)
inline
dtNode* dtNodeQueue::top ( )
inline

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