gwnavruntime/collision/indexedmeshvisualgeometrybuilder.h Source File

indexedmeshvisualgeometrybuilder.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: JAPA - secondary contact: NOBODY
12 #ifndef GwNav_IndexedMeshVisualGeometryBuilder_H
13 #define GwNav_IndexedMeshVisualGeometryBuilder_H
14 
17 
18 namespace Kaim
19 {
20 
21 class BlobAggregate;
22 
23 class IndexedMeshVisualGeometryBuilder : public IVisualGeometryBuilder
24 {
25 public:
26  IndexedMeshVisualGeometryBuilder(BlobAggregate* aggregrate);
27  ~IndexedMeshVisualGeometryBuilder();
28  virtual void DoBuild();
29 
30 private:
31  Ptr<BlobAggregate> m_aggregrate;
32 };
33 
34 
35 }
36 
37 
38 #endif //GwNav_IndexedMeshBlobVisualRepresentation_H
Definition: gamekitcrowddispersion.h:20