gwnavruntime/database/navgraphlinker.h Source File
Go to the documentation of this file.
21 class GraphVertexData;
22 class TriangleFromPosQuery;
35 NavGraphLinker(Database* database) : m_database(database) {}
36 ~NavGraphLinker() { Clear(); }
40 KyResult LinkNavGraph(NavGraph* navGraph);
41 KyResult UnLinkNavGraph(NavGraph* navGraph);
44 KyResult UnLinkNavGraphVertex(GraphVertexData& vertexData);
KyUInt32 NavGraphVertexIdx
An index that uniquely identifies a single vertex within the set of vertices owned by a NavGraph...
Definition: navgraphtypes.h:45
#define KY_CLASS_WITHOUT_COPY(ClassName)
Define to forbid copy constructor and copy assignment.
Definition: types.h:196
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:132
Navigation return code class.
Definition: types.h:108
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17