All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EegeoSDK.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 #include "Types.h"
6 #include "VectorMathDecl.h"
7 #include "AnimatedObjects.h"
8 #include "Camera.h"
9 #include "DebugRendering.h"
10 #include "GlobeCamera.h"
11 #include "Culling.h"
12 #include "Helpers.h"
13 #include "Lighting.h"
14 #include "Location.h"
15 #include "AsyncTexturing.h"
16 #include "Resources.h"
17 #include "Buildings.h"
18 #include "CityThemes.h"
19 #include "PlaceNames.h"
20 #include "Roads.h"
21 #include "Navigation.h"
22 #include "Terrain.h"
23 #include "Space.h"
24 #include "Streaming.h"
25 #include "CoverageTrees.h"
26 #include "Traffic.h"
27 #include "TrafficCongestion.h"
28 #include "Web.h"
29 #include "GLHelpers.h"
30 #include "TextMeshes.h"
31 #include "AsyncModels.h"
32 #include "EegeoRootDeclarations.h"
33 #include "Weather.h"
34 #include "Routes.h"
35 #include "EegeoUI.h"
36 #include "Fonts.h"
37 
39 namespace Eegeo
40 {
42  namespace AnimatedObjects {}
43 
45  namespace Android {}
46 
48  namespace Camera
49  {
51  namespace GlobeCamera {}
52 
54  namespace CameraHelpers {}
55  }
56 
58  namespace Culling {}
59 
61  namespace Debug {}
62 
64  namespace DebugRendering {}
65 
67  namespace Geometry {}
68 
70  namespace Helpers {}
71 
73  namespace IO
74  {
76  namespace POD {}
77 
79  namespace ChunkedFileFormat {}
80  }
81 
83  namespace iOS {}
84 
86  namespace Infrastructure {}
87 
89  namespace Lighting {}
90 
92  namespace Location {}
93 
95  namespace Pins {}
96 
98  namespace Rendering
99  {
100 
102  namespace AsyncTexturing {}
103 
105  namespace Text {}
106  }
107 
109  namespace Resources
110  {
112  namespace Buildings {}
113 
115  namespace CityThemes {}
116 
118  namespace PlaceNames {}
119 
121  namespace Roads {}
122 
125  namespace Shadows {}
126 
128  namespace Terrain {}
129  }
130 
132  namespace Routes
133  {
135  namespace Clipping {}
136 
138  namespace Fitting {}
139 
141  namespace Simulation
142  {
144  namespace Camera {}
145 
147  namespace View {}
148  }
149 
151  namespace Style
152  {
154  namespace Thickness {}
155  }
156 
158  namespace View {}
159  }
160 
162  namespace Space
163  {
165  namespace CubeMap {}
166  }
167 
169  namespace Streaming
170  {
172  namespace CoverageTrees {}
173  }
174 
176  namespace Traffic {}
177 
179  namespace UI {}
180 
182  namespace Unicode
183  {
185  namespace Utf8 {}
186  }
187 
189  namespace Weather {}
190 
192  namespace Web {}
193 }