|
PolyVox
0.2.1
Open source voxel management library
|
#include "PolyVoxCore/BaseVolume.h"#include "Impl/Block.h"#include "PolyVoxCore/Log.h"#include "PolyVoxCore/Region.h"#include "PolyVoxCore/Vector.h"#include <limits>#include <cassert>#include <cstdlib>#include <cstring>#include <list>#include <map>#include <memory>#include <stdexcept>#include <vector>#include "PolyVoxCore/LargeVolume.inl"#include "PolyVoxCore/LargeVolumeSampler.inl"Go to the source code of this file.
Classes | |
| class | PolyVox::LargeVolume< VoxelType > |
| The LargeVolume class provides a memory efficient method of storing voxel data while also allowing fast access and modification. More... | |
| class | PolyVox::LargeVolume< VoxelType >::Sampler |
| struct | PolyVox::LargeVolume< VoxelType >::LoadedBlock |
Namespaces | |
| namespace | PolyVox |
| Main namespace. | |
1.8.1