gwnavgeneration/raster/dynamicrastercellblobbuilder.h Source File
Go to the documentation of this file.
9 #ifndef GwNavGen_DynamicRasterCellBlobBuilder_H
10 #define GwNavGen_DynamicRasterCellBlobBuilder_H
20 class DynamicRasterCell;
21 class PixelAndCellGrid;
24 class DynamicRasterCellBlobBuilder :
public BaseBlobBuilder<RasterCell>
27 DynamicRasterCellBlobBuilder(
const DynamicRasterCell* dynamicRasterCell,
const PixelAndCellGrid* pixelAndCellGrid);
30 virtual void DoBuild();
32 const DynamicRasterCell* m_dynamicRasterCell;
33 const PixelAndCellGrid* m_pixelAndCellGrid;
Definition: gamekitcrowddispersion.h:20
float KyFloat32
Type used internally to represent a 32-bit floating-point number.
Definition: types.h:43