mimmo_utils.hpp
1 /*---------------------------------------------------------------------------
2  #
3  # mimmo
4  #
5  # Copyright (C) 2015-2021 OPTIMAD engineering Srl
6  #
7  # -------------------------------------------------------------------------
8  # License
9  # This file is part of mimmo.
10  #
11  # mimmo is free software: you can redistribute it and/or modify it
12  # under the terms of the GNU Lesser General Public License v3 (LGPL)
13  # as published by the Free Software Foundation.
14  #
15  # mimmo is distributed in the hope that it will be useful, but WITHOUT
16  # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17  # FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
18  # License for more details.
19  #
20  # You should have received a copy of the GNU Lesser General Public License
21  # along with mimmo. If not, see <http://www.gnu.org/licenses/>.
22  #
23  #----------------------------------------------------------------------------*/
24 
32 #ifndef __MIMMO_MODULE_UTILS_HPP__
33 #define __MIMMO_MODULE_UTILS_HPP__
34 
35 #include "mimmo_iogeneric.hpp"
36 
37 #include "ControlDeformExtSurface.hpp"
38 #include "ControlDeformMaxDistance.hpp"
39 #include "CreateSeedsOnSurface.hpp"
40 #include "MeshChecker.hpp"
41 #include "OBBox.hpp"
42 #include "ProjPatchOnSurface.hpp"
43 #include "ProjSegmentOnSurface.hpp"
44 #include "RBFBox.hpp"
45 #include "RotationAxes.hpp"
46 #include "SpecularPoints.hpp"
47 #include "TranslationPoint.hpp"
48 #include "AABBox.hpp"
49 
50 #endif