tools/NavGenProj/include/NavGenProjExclusiveSectors.h Source File

NavGenProjExclusiveSectors.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 // primary contact: MAMU - secondary contact: NOBODY
9 #ifndef GwNavGen_NavGenProj_ExclusiveSectors_H
10 #define GwNavGen_NavGenProj_ExclusiveSectors_H
11 
12 #include "tinyxml.h"
13 #include <string>
14 #include "NavGenProj.h"
17 
18 namespace Kaim
19 {
20 
21 class NavGenProjExclusiveSectors
22 {
23 public:
24  NavGenProjExclusiveSectors() {}
25  ~NavGenProjExclusiveSectors() {}
26 
27  bool Read(TiXmlNode* node);
28  bool Write(TiXmlNode* node);
29 
30 public:
31  KyArray<KyGuid> m_exclusiveGuids;
32 };
33 
34 }
35 
36 
37 #endif
Definition: gamekitcrowddispersion.h:20