|
PolyVox
0.3.0-dev
Open source voxel management library
|
#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... | |
1.8.2