gwnavgeneration/generator/coldataindexblobbuilder_fromgenerator.h Source File

coldataindexblobbuilder_fromgenerator.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 
9 
10 
11 // primary contact: MAMU - secondary contact: LASI
12 #ifndef GwNavGen_ColDataIndexDescriptorBlobBuilder_FromGenerator_H
13 #define GwNavGen_ColDataIndexDescriptorBlobBuilder_FromGenerator_H
14 
15 
18 
19 
20 namespace Kaim
21 {
22 
23 
24 class Generator;
25 
26 
27 class ColDataIndexBlobBuilder_FromGenerator : public BaseBlobBuilder<ColDataIndex>
28 {
29 public:
30  ColDataIndexBlobBuilder_FromGenerator(Generator* generator) { m_generator = generator; }
31 
32 private:
33  virtual void DoBuild();
34 
35  Generator* m_generator;
36 };
37 
38 
39 }
40 
41 
42 #endif //GwNavGen_ColDataIndexDescriptorBlobBuilder_FromGenerator_H
Definition: gamekitcrowddispersion.h:20