gwnavruntime/world/cylinderobstacledisplay.h Source File

cylinderobstacledisplay.h
Go to the documentation of this file.
1 /*
2 * Copyright 2016 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 #pragma once
9 
11 
12 namespace Kaim
13 {
14 
15 class CylinderObstacleBlob;
16 class SpatializedCylinderBlob;
17 class SpatializedCylinderConfigBlob;
18 class DisplayList;
19 
20 class CylinderObstacleDisplayListBuilder
21 {
22 public:
23  CylinderObstacleDisplayListBuilder() {}
24 
25  void DisplayStatus(
26  DisplayList* displayList,
27  const CylinderObstacleBlob* cylinderObstacleBlob,
28  const SpatializedCylinderBlob* spatializedCylinderBlob,
29  const SpatializedCylinderConfigBlob* spatializedCylinderConfigBlob);
30 };
31 
32 }
33 
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17