gwnavruntime/navgraph/edgedata.h Source File

edgedata.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 #ifndef Navigation_EdgeData_H
9 #define Navigation_EdgeData_H
10 
11 // primary contact: MAMU - secondary contact: NOBODY
14 
15 namespace Kaim
16 {
17 
18 /* For internal use. */
19 class GraphEdgeData
20 {
21  KY_DEFINE_NEW_DELETE_OPERATORS(MemStat_NavData)
22 public:
23  GraphEdgeData() { Clear(); }
24  KY_INLINE void Clear() { }
25 
26 };
27 
28 } // namespace Kaim
29 
30 #endif
Definition: gamekitcrowddispersion.h:20
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:137