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

#include <AStarPathfinderImpl.h>

Public Types

typedef std::set
< AllNodesContainer::iterator,
AllNodesContainerIteratorComparator >
::iterator 
iterator
 

Public Member Functions

void clear (void)
 
void insert (AllNodesContainer::iterator node)
 
void remove (iterator iterToRemove)
 
iterator begin (void)
 
iterator end (void)
 
iterator find (AllNodesContainer::iterator node)
 

Detailed Description

Definition at line 178 of file AStarPathfinderImpl.h.

Member Typedef Documentation

Definition at line 181 of file AStarPathfinderImpl.h.

Member Function Documentation

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

Definition at line 199 of file AStarPathfinderImpl.h.

void PolyVox::ClosedNodesContainer::clear ( void  )
inline

Definition at line 184 of file AStarPathfinderImpl.h.

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

Definition at line 204 of file AStarPathfinderImpl.h.

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

Definition at line 209 of file AStarPathfinderImpl.h.

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

Definition at line 189 of file AStarPathfinderImpl.h.

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

Definition at line 194 of file AStarPathfinderImpl.h.


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