gwnavruntime/queries/utils/navmeshtraversalcommon.h Source File

navmeshtraversalcommon.h
Go to the documentation of this file.
1 /*
2 * Copyright 2015 Autodesk, Inc. All rights reserved.
3 * Use of this software is subject to the terms of the Autodesk license agreement and any attachments or Appendices thereto provided at the time of installation or download,
4 * or which otherwise accompanies this software in either electronic or hard copy form, or which is signed by you and accepted by Autodesk.
5 */
6 
7 
8 // ---------- Primary contact: JUBA - secondary contact: NOBODY
9 #ifndef Navigation_NavmeshTraversalCommon_H
10 #define Navigation_NavmeshTraversalCommon_H
11 
13 
14 namespace Kaim
15 {
16 
17 enum TraversalResult
18 {
19  TraversalResult_DONE,
20  TraversalResult_LACK_OF_MEMORY_FOR_CLOSED_NODES,
21  TraversalResult_LACK_OF_MEMORY_FOR_OPEN_NODES,
22  TraversalResult_LACK_OF_MEMORY_FOR_VISITED_NODES,
23  TraversalResult_ERROR
24 };
25 
26 
27 }
28 
29 #endif // Navigation_NavmeshTraversalCommon_H
30 
Definition: gamekitcrowddispersion.h:20