Added new 'Array' class for supporting multidimensional arrays.

This commit is contained in:
David Williams
2010-03-14 20:40:52 +00:00
parent b6eb517021
commit 33cf693ac8
4 changed files with 173 additions and 0 deletions

View File

@ -30,6 +30,7 @@ freely, subject to the following restrictions:
namespace PolyVox
{
template <typename ElementType> class Array2D;
template <typename VoxelType> class Block;
//---------- Volume ----------