gwnavruntime/abstractgraph/identifiers/loadedabstractgraphcellidx.h Source File
Go to the documentation of this file.
14 class LoadedAbstractGraphCellIdx
18 LoadedAbstractGraphCellIdx() { Invalidate(); }
20 bool HasAbstractGraphNodes()
const {
return m_abstractGraphInGridIdx < AbstractGraphIdx_Invalid && m_cellInBlobIdx < AbstractGraphCellIdx_Invalid; }
21 bool IsInAbstractGraph()
const {
return m_abstractGraphInGridIdx < AbstractGraphIdx_Invalid; }
24 m_abstractGraphInGridIdx = AbstractGraphIdx_Invalid;
25 m_cellInBlobIdx = AbstractGraphCellIdx_Invalid;
28 AbstractGraphIdx m_abstractGraphInGridIdx;
29 AbstractGraphCellIdx m_cellInBlobIdx;
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:132
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17