gwnavgeneration/navraster/dynamicnavrastercellblobbuilder.h Source File

dynamicnavrastercellblobbuilder.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: LASI - secondary contact: GUAL
9 #ifndef GwNavGen_DynamicNavRasterCellBlobBuilder_H
10 #define GwNavGen_DynamicNavRasterCellBlobBuilder_H
11 
12 
15 
16 
17 namespace Kaim
18 {
19 
20 class DynamicNavRasterCell;
21 
22 
23 class DynamicNavRasterCellBlobBuilder : public BaseBlobBuilder<NavRasterCell>
24 {
25 public:
26  DynamicNavRasterCellBlobBuilder(DynamicNavRasterCell* dynamicNavRasterCell) :
27  m_dynamicNavRasterCell(dynamicNavRasterCell)
28  {}
29 
30  virtual void DoBuild();
31 
32 public:
33  DynamicNavRasterCell* m_dynamicNavRasterCell;
34 };
35 
36 
37 }
38 
39 
40 #endif
41 
Definition: gamekitcrowddispersion.h:20