Free Electron
spatial.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #ifndef __ext_spatial_h__
8 #define __ext_spatial_h__
9 
10 #include "signal/signal.h"
11 #include "datatool/datatool.h"
12 #include "math/math.h"
13 
14 #include "spatial/Continuum.h"
15 #include "spatial/UnitContinuum.h"
16 #include "spatial/VectorFieldI.h"
19 #include "spatial/Proximity.h"
20 #include "spatial/BroadPhaseI.h"
21 
22 namespace fe
23 {
24 namespace ext
25 {
26 
27 Library* CreateSpatialLibrary(sp<Master>);
28 
29 } /* namespace ext */
30 } /* namespace fe */
31 
32 #endif /* __ext_spatial_h__ */
33 
kernel
Definition: namespace.dox:3