Pyrogenesis  trunk
Classes | Macros
Grid.h File Reference
#include <cstring>
Include dependency graph for Grid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Grid< T >
 Basic 2D array, intended for storing tile data, plus support for lazy updates by ICmpObstructionManager. More...
 
class  SparseGrid< T >
 Similar to Grid, except optimised for sparse usage (the grid is subdivided into buckets whose contents are only initialised on demand, to save on memset cost). More...
 
struct  GridUpdateInformation
 Structure holding grid dirtiness informations, for clever updates. More...
 

Macros

#define GRID_BOUNDS_DEBUG   1
 

Macro Definition Documentation

#define GRID_BOUNDS_DEBUG   1