gwnavruntime/abstractgraph/blobs/abstractgraphcellblobbuilder.h Source File
Go to the documentation of this file.
7 #ifndef Navigation_AbstractGraphCellBlobBuilder_H
8 #define Navigation_AbstractGraphCellBlobBuilder_H
20 class AbstractGraphCellBlobBuilder :
public BaseBlobBuilder<AbstractGraphCellBlob>
23 AbstractGraphCellBlobBuilder(
const NavCell* navCell,
const KyArray< Ptr< BlobHandler<AbstractGraphFloorBlob> >, MemStat_NavDataGen >* graphFloorBlobHandlers,
KyUInt32 graphFloorCount)
25 , m_graphFloorBlobHandlers(graphFloorBlobHandlers)
26 , m_graphFloorCount(graphFloorCount)
30 virtual void DoBuild();
33 const NavCell* m_navCell;
34 const KyArray< Ptr< BlobHandler<AbstractGraphFloorBlob> >, MemStat_NavDataGen >* m_graphFloorBlobHandlers;
Definition: gamekitcrowddispersion.h:20
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36