gwnavruntime/pathfollower/avoidanceworkspacedisplay.h Source File

avoidanceworkspacedisplay.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 // primary contact: MUBI - secondary contact: MAMU
8 
9 #ifndef Navigation_AvoidanceWorkspaceDisplay_H
10 #define Navigation_AvoidanceWorkspaceDisplay_H
11 
12 namespace Kaim
13 {
14 
15 class ScopedDisplayList;
16 class AvoidanceWorkspace;
17 
18 class AvoidanceWorkspaceDisplay
19 {
20 public:
21  static void DisplayVelocityWorkspace(ScopedDisplayList* displayList, const AvoidanceWorkspace& avoidanceWorkspace);
22 };
23 
24 } // namespace Kaim
25 
26 #endif
Definition: gamekitcrowddispersion.h:20