gwnavruntime/abstractgraph/blobs/abstractgraphfloorblobbuilder.h Source File

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