gwnavruntime/queries/utils/pathfinderabstractgraphtraversalmode.h Source File

pathfinderabstractgraphtraversalmode.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 #ifndef Navigation_PathFinderAbstractGraphMode_H
9 #define Navigation_PathFinderAbstractGraphMode_H
10 
11 
12 namespace Kaim
13 {
14 
17 {
18  PATHFINDER_DO_NOT_TRAVERSE_ABSTRACT_GRAPHS = 0,
19  PATHFINDER_TRAVERSE_ABSTRACT_GRAPHS
20 };
21 
22 }
23 
24 #endif //Navigation_PathFinderAbstractGraphMode_H
25 
PathFinderAbstractGraphTraversalMode
Enumerates the possible way of dealing with AbstractGraphs.
Definition: pathfinderabstractgraphtraversalmode.h:16
Definition: gamekitcrowddispersion.h:20