gwnavruntime/queries/blobs/raycastquerydisplaylistbuilder.h Source File

raycastquerydisplaylistbuilder.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 // Primary contact: MAMU - secondary contact: NOBODY
8 #ifndef Navigation_RayCastQuery_DisplayListBuilder_H
9 #define Navigation_RayCastQuery_DisplayListBuilder_H
10 
12 
13 
14 namespace Kaim
15 {
16 
17 class ScopedDisplayList;
18 
19 class RayCastQueryDisplayListBuilder : public IDisplayListBuilder
20 {
21 private:
22  virtual void DoBuild(ScopedDisplayList* displayList, char* blob, KyUInt32 deepBlobSize = 0);
23 };
24 
25 }
26 
27 #endif
Definition: gamekitcrowddispersion.h:20
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36