gwnavgeneration/generator/navdataindexblobbuilder_fromgenerator.h Source File

navdataindexblobbuilder_fromgenerator.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 
9 
10 
11 #pragma once
12 
13 
16 
17 
18 namespace Kaim
19 {
20 
21 
22 class Generator;
23 
24 
25 class NavDataIndexBlobBuilder_FromGenerator : public BaseBlobBuilder<NavDataIndex>
26 {
27 public:
28  NavDataIndexBlobBuilder_FromGenerator(Generator* generator) { m_generator = generator; }
29 
30 private:
31  virtual void DoBuild();
32 
33  Generator* m_generator;
34 };
35 
36 
37 }
38 
39 
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17