gwnavgeneration/raster/dynamicrastercellblobbuilder.h Source File

dynamicrastercellblobbuilder.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 
8 #pragma once
9 
10 
13 
14 
15 namespace Kaim
16 {
17 
18 class DynamicRasterCell;
19 class PixelAndCellGrid;
20 
21 
22 class DynamicRasterCellBlobBuilder : public BaseBlobBuilder<RasterCell>
23 {
24 public:
25  DynamicRasterCellBlobBuilder(const DynamicRasterCell* dynamicRasterCell, const PixelAndCellGrid* pixelAndCellGrid);
26 
27 private:
28  virtual void DoBuild();
29  KyFloat32 m_rasterPrecision;
30  const DynamicRasterCell* m_dynamicRasterCell;
31  const PixelAndCellGrid* m_pixelAndCellGrid;
32 };
33 
34 
35 }
36 
37 
38 
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
float KyFloat32
float
Definition: types.h:32