gwnavgeneration/raster/cellrasterizerfrompdginput.h Source File
Go to the documentation of this file.
12 #ifndef GwNavGen_CellRasterizerFromPdgInput_H
13 #define GwNavGen_CellRasterizerFromPdgInput_H
23 class GeneratorSystem;
26 class CellRasterizerFromPdgInput :
public CellRasterizer
29 CellRasterizerFromPdgInput(GeneratorSystem* sys,
const KyArrayPOD<const InputCellBlob*>* inputCells,
const CellDesc& cellDesc, DynamicRasterCell* dynamicRaster)
30 : CellRasterizer(dynamicRaster)
33 m_inputCells = inputCells;
34 m_pixelBox = cellDesc.m_enlargedPixelBox;
35 m_hasMultipleNavTags =
false;
39 bool HasMultipleNavTags()
const {
return m_hasMultipleNavTags; }
45 GeneratorSystem* m_sys;
46 const KyArrayPOD<const InputCellBlob*>* m_inputCells;
48 bool m_hasMultipleNavTags;
KyInt32 KyResult
Defines a type that can be returned by methods or functions in the Gameware Navigation SDK to indicat...
Definition: types.h:254
Definition: gamekitcrowddispersion.h:20