gwnavgeneration/generator/abstractdataindexblobbuilder_fromgenerator.h Source File

abstractdataindexblobbuilder_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 #ifndef GwNavGen_AbstractDataIndexBlobBuilder_FromGenerator_H
12 #define GwNavGen_AbstractDataIndexBlobBuilder_FromGenerator_H
13 
14 
17 
18 
19 namespace Kaim
20 {
21 
22 
23 class Generator;
24 
25 
26 class AbstractDataIndexBlobBuilder_FromGenerator : public BaseBlobBuilder<AbstractDataIndex>
27 {
28 public:
29  AbstractDataIndexBlobBuilder_FromGenerator(Generator* generator) { m_generator = generator; }
30 
31 private:
32  virtual void DoBuild();
33 
34  Generator* m_generator;
35 };
36 
37 
38 }
39 
40 
41 #endif
Definition: gamekitcrowddispersion.h:20