Home
last modified time | relevance | path

Searched refs:m_openList (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Detour/source/
H A DDetourNavMeshQuery.cpp144 m_openList(0) in dtNavMeshQuery()
155 if (m_openList) in ~dtNavMeshQuery()
159 dtFree(m_openList); in ~dtNavMeshQuery()
201 if (!m_openList || m_openList->getCapacity() < maxNodes) in init()
203 if (m_openList) in init()
206 dtFree(m_openList); in init()
207 m_openList = 0; in init()
210 if (!m_openList) in init()
215 m_openList->clear(); in init()
319 dtAssert(m_openList); in findRandomPointAroundCircle()
[all …]
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Detour/Source/
H A DDetourNavMeshQuery.cpp142 m_openList(0) in dtNavMeshQuery()
153 if (m_openList) in ~dtNavMeshQuery()
157 dtFree(m_openList); in ~dtNavMeshQuery()
201 if (!m_openList || m_openList->getCapacity() < maxNodes) in init()
203 if (m_openList) in init()
206 dtFree(m_openList); in init()
207 m_openList = 0; in init()
210 if (!m_openList) in init()
215 m_openList->clear(); in init()
322 dtAssert(m_openList); in findRandomPointAroundCircle()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Detour/include/
H A DDetourNavMeshQuery.h473 class dtNodeQueue* m_openList; ///< Pointer to open list queue. variable
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Detour/Include/
H A DDetourNavMeshQuery.h576 class dtNodeQueue* m_openList; ///< Pointer to open list queue. variable