gwnavruntime/navmesh/navfloor1to1stitchdata.h Source File
Go to the documentation of this file.
15 class Stitch1To1EdgeLink;
16 class NavFloor1To1StitchDataBlob;
18 class NavFloor1To1StitchData
23 NavFloor1To1StitchData() : m_floor1To1StitchDataBlob(
nullptr), m_stitch1To1EdgeLinkBuffer(
nullptr), m_numberOfLink(0), m_numberOfUnconnectedLink(0) {}
25 const NavFloor1To1StitchDataBlob* m_floor1To1StitchDataBlob;
26 Stitch1To1EdgeLink* m_stitch1To1EdgeLinkBuffer;
#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
std::uint16_t KyUInt16
uint16_t
Definition: types.h:28
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17