Space3D.h File Reference

Defines the templated Space3D. More...

#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...

Detailed Description

Defines the templated Space3D.

Defines BoundedBlock which is used as a template argument to Space3D and BoundedBlockSpace3D which is the specific Space3D instancisation with additional methods.