gwnavruntime/queries/blobs/querydynamicoutputdisplaylistbuilder.h Source File

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