gwnavgeneration/raster/cellrasterizer.h Source File
Go to the documentation of this file.
18 class DynamicRasterCell;
19 class SingleStageRaster;
21 class CellRasterizer :
public NewOverrideBase<MemStat_NavDataGen>
24 CellRasterizer(DynamicRasterCell* dynamicRaster) : m_dynamicRaster(dynamicRaster) {};
25 virtual ~CellRasterizer() {}
30 void Push(
const SingleStageRaster& singleStageRaster);
36 DynamicRasterCell* m_dynamicRaster;
Navigation return code class.
Definition: types.h:108
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17