gwnavruntime/world/cylinderobstacledisplay.h Source File

cylinderobstacledisplay.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: LAPA - secondary contact: BRGR
9 #ifndef Navigation_CylinderObstacleDisplay_H
10 #define Navigation_CylinderObstacleDisplay_H
11 
13 
14 namespace Kaim
15 {
16 
17 class CylinderObstacleBlob;
18 class SpatializedCylinderBlob;
19 class SpatializedCylinderConfigBlob;
20 class ScopedDisplayList;
21 
22 class CylinderObstacleDisplayListBuilder
23 {
24 public:
25  CylinderObstacleDisplayListBuilder() {}
26 
27  void DisplayStatus(
28  ScopedDisplayList* displayList,
29  const CylinderObstacleBlob* cylinderObstacleBlob,
30  const SpatializedCylinderBlob* spatializedCylinderBlob,
31  const SpatializedCylinderConfigBlob* spatializedCylinderConfigBlob);
32 };
33 
34 }
35 
36 #endif
Definition: gamekitcrowddispersion.h:20