gwnavgeneration/navraster/dynamicnavrastercellblobbuilder.h Source File

dynamicnavrastercellblobbuilder.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 
11 
12 namespace Kaim
13 {
14 
15 class DynamicNavRasterCell;
16 
17 
18 class DynamicNavRasterCellBlobBuilder : public BaseBlobBuilder<NavRasterCell>
19 {
20 public:
21  DynamicNavRasterCellBlobBuilder(DynamicNavRasterCell* dynamicNavRasterCell) :
22  m_dynamicNavRasterCell(dynamicNavRasterCell)
23  {}
24 
25  virtual void DoBuild();
26 
27 public:
28  DynamicNavRasterCell* m_dynamicNavRasterCell;
29 };
30 
31 }
32 
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17