gwnavruntime/navgraph/blobs/navgrapharrayblobbuilder.h Source File

navgrapharrayblobbuilder.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: LASI - secondary contact: NONE
8 #ifndef Navigation_NavGraphArrayBlobBuilder_H
9 #define Navigation_NavGraphArrayBlobBuilder_H
10 
13 
14 namespace Kaim
15 {
16 
17 class NavData;
18 
19 class NavGraphArrayBlobBuilder : public BaseBlobBuilder<NavGraphArray>
20 {
21 public:
22  NavGraphArrayBlobBuilder(const NavData* navData) : m_navData(navData) {};
23 
24 private:
25  virtual void DoBuild();
26 
27 private:
28  const NavData* m_navData;
29 };
30 
31 
32 }
33 
34 #endif // Navigation_NavGraphArrayBlobBuilder_H
Definition: gamekitcrowddispersion.h:20