gwnavgeneration/raster/dynamicrastercolumn.h Source File
Go to the documentation of this file.
12 #ifndef GwNavGen_DynamicRasterColumn_H
13 #define GwNavGen_DynamicRasterColumn_H
25 class DynamicRasterPixel
36 m_altitude = altitude;
38 m_navTagIdx = navTagIdx;
39 m_ownerIdx = ownerIdx;
50 typedef BoxOfLists<DynamicRasterPixel, 4> DynamicRasterColumnPool;
51 typedef DynamicRasterColumnPool::Column DynamicRasterColumn;
int KyInt32
Type used internally to represent a 32-bit integer.
Definition: types.h:35
Definition: gamekitcrowddispersion.h:20
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:137
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36
#define KyUInt32MAXVAL
The maximum value that can be stored in the KyUInt32 variable type.
Definition: types.h:226
float KyFloat32
Type used internally to represent a 32-bit floating-point number.
Definition: types.h:43