PolyVox  0.3.0-dev
Open source voxel management library
Public Types | Public Member Functions | List of all members
PolyVox::OpenNodesContainer Class Reference

#include <AStarPathfinderImpl.h>

Public Types

typedef std::vector
< AllNodesContainer::iterator >
::iterator 
iterator
 

Public Member Functions

void clear (void)
 
bool empty (void) const
 
void insert (AllNodesContainer::iterator node)
 
AllNodesContainer::iterator getFirst (void)
 
void removeFirst (void)
 
void remove (iterator iterToRemove)
 
iterator begin (void)
 
iterator end (void)
 
iterator find (AllNodesContainer::iterator node)
 

Detailed Description

Definition at line 119 of file AStarPathfinderImpl.h.

Member Typedef Documentation

typedef std::vector<AllNodesContainer::iterator>::iterator PolyVox::OpenNodesContainer::iterator

Definition at line 122 of file AStarPathfinderImpl.h.

Member Function Documentation

iterator PolyVox::OpenNodesContainer::begin ( void  )
inline

Definition at line 158 of file AStarPathfinderImpl.h.

void PolyVox::OpenNodesContainer::clear ( void  )
inline

Definition at line 125 of file AStarPathfinderImpl.h.

bool PolyVox::OpenNodesContainer::empty ( void  ) const
inline

Definition at line 130 of file AStarPathfinderImpl.h.

iterator PolyVox::OpenNodesContainer::end ( void  )
inline

Definition at line 163 of file AStarPathfinderImpl.h.

iterator PolyVox::OpenNodesContainer::find ( AllNodesContainer::iterator  node)
inline

Definition at line 168 of file AStarPathfinderImpl.h.

AllNodesContainer::iterator PolyVox::OpenNodesContainer::getFirst ( void  )
inline

Definition at line 141 of file AStarPathfinderImpl.h.

void PolyVox::OpenNodesContainer::insert ( AllNodesContainer::iterator  node)
inline

Definition at line 135 of file AStarPathfinderImpl.h.

void PolyVox::OpenNodesContainer::remove ( iterator  iterToRemove)
inline

Definition at line 152 of file AStarPathfinderImpl.h.

void PolyVox::OpenNodesContainer::removeFirst ( void  )
inline

Definition at line 146 of file AStarPathfinderImpl.h.


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