gwnavruntime/abstractgraph/blobs/abstractgraphcellblobbuilder.h Source File
Go to the documentation of this file.
19 class AbstractGraphCellBlobBuilder :
public BaseBlobBuilder<AbstractGraphCellBlob>
22 AbstractGraphCellBlobBuilder(
const NavCell* navCell,
const KyArray< Ptr< BlobHandler<AbstractGraphFloorBlob> >, MemStat_NavDataGen >* graphFloorBlobHandlers,
KyUInt32 graphFloorCount)
24 , m_graphFloorBlobHandlers(graphFloorBlobHandlers)
25 , m_graphFloorCount(graphFloorCount)
29 virtual void DoBuild();
32 const NavCell* m_navCell;
33 const KyArray< Ptr< BlobHandler<AbstractGraphFloorBlob> >, MemStat_NavDataGen >* m_graphFloorBlobHandlers;
std::uint32_t KyUInt32
uint32_t
Definition: types.h:29
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17