gwnavruntime/abstractgraph/blobs/abstractgraphblobbuilder.h Source File

abstractgraphblobbuilder.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 #ifndef Navigation_AbstractGraphBlobBuilder_H
8 #define Navigation_AbstractGraphBlobBuilder_H
9 
10 
13 
14 
15 
16 namespace Kaim
17 {
18 
19 class AbstractGraphGenerator;
20 
21 class AbstractGraphBlobBuilder : public BaseBlobBuilder<AbstractGraphBlob>
22 {
23 public:
24  AbstractGraphBlobBuilder(AbstractGraphGenerator* generator)
25  : m_generator(generator)
26  {}
27 
28 private:
29  virtual void DoBuild();
30 
31 private:
32  AbstractGraphGenerator* m_generator;
33 };
34 
35 }
36 
37 #endif
Definition: gamekitcrowddispersion.h:20