gwnavgeneration/raster/rastercellvisualgeometrybuilder.h Source File

rastercellvisualgeometrybuilder.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: GUAL - secondary contact: NOBODY
8 #ifndef GwNavGen_RasterCellVisualGeometryBuilder_H
9 #define GwNavGen_RasterCellVisualGeometryBuilder_H
10 
12 
13 namespace Kaim
14 {
15 
16 class VisualGeometryBuilder;
17 class RasterCell;
18 
19 
20 class RasterCellVisualGeometryBuilder : public IVisualGeometryBuilder
21 {
22 public:
23  RasterCellVisualGeometryBuilder(RasterCell* rasterCell) : m_rasterCell(rasterCell) {}
24 
25  virtual void DoBuild();
26 public:
27  RasterCell* m_rasterCell;
28 };
29 
30 
31 }
32 
33 
34 #endif // GwNavGen_RasterCellVisualGeometryBuilder_H
Definition: gamekitcrowddispersion.h:20