#include "general.h"
Include dependency graph for Space3D.h:

This graph shows which files directly or indirectly include this file:

Classes | |
| class | Space3D< T > |
| Space3D is a generic three dimentional array. More... | |
| struct | BoundedBlock |
| BoundedBlock contains the walls existance data of a single voxel. More... | |
| class | BoundedBlockSpace3D |
| BoundedBlockSpace3D is a 3D space of BoundedBlock elements. More... | |
Defines BoundedBlock which is used as a template argument to Space3D and BoundedBlockSpace3D which is the specific Space3D instancisation with additional methods.