RayZaler 0.1
The free opto-mechanical simulation framework
MediumBoundaries.h
1//
2// Copyright (c) 2024 Gonzalo José Carracedo Carballal
3//
4// This program is free software: you can redistribute it and/or modify
5// it under the terms of the GNU Lesser General Public License as
6// published by the Free Software Foundation, either version 3 of the
7// License, or (at your option) any later version.
8//
9// This program is distributed in the hope that it will be useful, but
10// WITHOUT ANY WARRANTY; without even the implied warranty of
11// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12// GNU Lesser General Public License for more details.
13//
14// You should have received a copy of the GNU Lesser General Public
15// License along with this program. If not, see
16// <http://www.gnu.org/licenses/>
17//
18
19#ifndef _MEDIUMBOUNDARIES_H
20#define _MEDIUMBOUNDARIES_H
21
22#include "MediumBoundaries/ApertureStop.h"
23#include "MediumBoundaries/ConicLens.h"
24#include "MediumBoundaries/ConicMirror.h"
25#include "MediumBoundaries/FlatMirror.h"
26#include "MediumBoundaries/InfiniteMirror.h"
27#include "MediumBoundaries/LensletArray.h"
28#include "MediumBoundaries/Obstruction.h"
29#include "MediumBoundaries/PassThrough.h"
30#include "MediumBoundaries/PhaseScreen.h"
31#include "MediumBoundaries/RectangularStop.h"
32#include "MediumBoundaries/SquareFlatSurface.h"
33
34namespace RZ {
35 void registerMediumBoundaries();
36}
37
38#endif // _MEDIUMBOUNDARIES_H