Free Electron
ext
shape
shape.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 __shape_h__
8
#define __shape_h__
9
10
#include "
datatool/datatool.h
"
11
#include "
math/math.h
"
12
13
#ifdef MODULE_shape
14
#define FE_SHAPE_PORT FE_DL_EXPORT
15
#else
16
#define FE_SHAPE_PORT FE_DL_IMPORT
17
#endif
18
19
#include "
shape/FilterI.h
"
20
#include "
shape/RampI.h
"
21
#include "
shape/SelectorI.h
"
22
#include "
shape/StringFilterI.h
"
23
24
#include "
shape/shapeAS.h
"
25
#include "
shape/Sphere.h
"
26
#include "
shape/Disk.h
"
27
#include "
shape/Cylinder.h
"
28
29
#endif
/* __shape_h__ */
math.h
FilterI.h
Disk.h
RampI.h
Sphere.h
shapeAS.h
SelectorI.h
StringFilterI.h
Cylinder.h
datatool.h
Generated by
1.8.13