PolyVox  0.2.1
Open source voxel management library
Classes | Namespaces | Typedefs | Enumerations
AStarPathfinderImpl.h File Reference
#include "PolyVoxCore/Vector.h"
#include <algorithm>
#include <limits>
#include <set>
#include <vector>

Go to the source code of this file.

Classes

struct  PolyVox::Node
class  PolyVox::AllNodesContainerIteratorComparator
class  PolyVox::NodeSort
class  PolyVox::OpenNodesContainer
class  PolyVox::ClosedNodesContainer

Namespaces

namespace  PolyVox
 Main namespace.

Typedefs

typedef std::set< Node > PolyVox::AllNodesContainer

Enumerations

enum  PolyVox::Connectivity { PolyVox::SixConnected, PolyVox::EighteenConnected, PolyVox::TwentySixConnected }
 The Connectivity of a voxel determines how many neighbours it has. More...