gwnavruntime/collision/collisiondatasectordescriptorblobbuilder.h Source File

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