gwnavruntime/navgraph/blobs/navgraphlinkinfodisplay.h Source File

navgraphlinkinfodisplay.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 #pragma once
8 
9 namespace Kaim
10 {
11 
12 class DisplayList;
13 class NavGraphVertexSpatializationBlob;
14 class NavGraphArrayLinkInfoBlob;
15 class NavGraphLinkInfoBlob;
16 class ShapeColor;
17 
18 class NavGraphLinksDisplayListBuilder
19 {
20 public:
21  NavGraphLinksDisplayListBuilder() { m_displaySpatialization = true; }
22 
25  void DisplayNavGraphArrayLinkInfo(DisplayList* displayList, const NavGraphArrayLinkInfoBlob* graphArrayLinkInfoBlob);
26 
27 private:
28  void DisplayNavGraphLinkInfo(DisplayList* displayList, const NavGraphLinkInfoBlob* linkInfoBlobs);
29 
30 public:
31  bool m_displaySpatialization;
32 };
33 }
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17