gwnavgeneration/raster/dynamicrastercelldilatator.h Source File
Go to the documentation of this file.
12 #ifndef GwNavGen_DynamicRasterCellDilatator_H
13 #define GwNavGen_DynamicRasterCellDilatator_H
22 class DynamicRasterCell;
35 class DynamicRasterCellDilatator
39 DynamicRasterCellDilatator(const DynamicRasterCell* input, PixelCoord radius,
KyFloat32 halfHeight) : m_input(input), m_radius(radius), m_halfHeight(halfHeight) {}
41 void Dilate(DynamicRasterCell& dilated)
const;
44 const DynamicRasterCell* m_input;
Definition: gamekitcrowddispersion.h:20
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:137
float KyFloat32
Type used internally to represent a 32-bit floating-point number.
Definition: types.h:43