gwnavgeneration/raster/cellrasterizerfrompdginput.h Source File
Go to the documentation of this file.
21 class GeneratorSystem;
24 class CellRasterizerFromPdgInput :
public CellRasterizer
27 CellRasterizerFromPdgInput(GeneratorSystem* sys,
const KyArrayPOD<const InputCellBlob*>* inputCells,
const CellDesc& cellDesc, DynamicRasterCell* dynamicRaster)
28 : CellRasterizer(dynamicRaster)
31 m_inputCells = inputCells;
32 m_pixelBox = cellDesc.m_enlargedPixelBox;
33 m_hasMultipleNavTags =
false;
37 bool HasMultipleNavTags()
const {
return m_hasMultipleNavTags; }
43 GeneratorSystem* m_sys;
44 const KyArrayPOD<const InputCellBlob*>* m_inputCells;
46 bool m_hasMultipleNavTags;
Navigation return code class.
Definition: types.h:108
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17