gwnavruntime/navdata/sectordescriptorblobbuilder.h Source File

sectordescriptorblobbuilder.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: GUAL - secondary contact: LASI
9 #ifndef GwNavGen_SectorDescriptorBlobBuilder_H
10 #define GwNavGen_SectorDescriptorBlobBuilder_H
11 
15 
16 namespace Kaim
17 {
18 
19 class SectorDescriptorBlobBuilder : public BaseBlobBuilder<SectorDescriptorBlob>
20 {
21 public:
22  SectorDescriptorBlobBuilder(SectorDescriptor* sectorDescriptor)
23  : m_sectorDescriptor(sectorDescriptor) {}
24 
25 private:
26  virtual void DoBuild();
27  SectorDescriptor* m_sectorDescriptor;
28 };
29 
30 }
31 
32 
33 #endif
34 
Definition: gamekitcrowddispersion.h:20