gwnavruntime/pathfollower/shortcuttrajectorydisplay.h Source File

shortcuttrajectorydisplay.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: MAMU - secondary contact: NOBODY
9 
10 #ifndef Navigation_ShortcutTrajectory_Display_H
11 #define Navigation_ShortcutTrajectory_Display_H
12 
13 namespace Kaim
14 {
15 
16 class ScopedDisplayList;
17 class ShortcutTrajectoryBlob;
18 class SpatializedCylinderBlob;
19 class SpatializedCylinderConfigBlob;
20 
21 class ShortcutTrajectoryDisplayListBuilder
22 {
23 public:
24  static void DisplayTarget(ScopedDisplayList* displayList, const ShortcutTrajectoryBlob* trajectory,
25  const SpatializedCylinderBlob* spatializedCylinder, const SpatializedCylinderConfigBlob* spatializedCylinderConfig);
26 };
27 
28 } // namespace Kaim
29 
30 #endif
Definition: gamekitcrowddispersion.h:20