mimmo_core.hpp
1 /*---------------------------------------------------------------------------
2  mimmo
3 
4  Copyright (C) 2015-2021 OPTIMAD engineering Srl
5 
6  -------------------------------------------------------------------------
7  License
8  This file is part of mimmo.
9 
10  mimmo is free software: you can redistribute it and/or modify it
11  under the terms of the GNU Lesser General Public License v3 (LGPL)
12  as published by the Free Software Foundation.
13 
14  mimmo is distributed in the hope that it will be useful, but WITHOUT
15  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
17  License for more details.
18 
19  You should have received a copy of the GNU Lesser General Public License
20  along with mimmo. If not, see <http://www.gnu.org/licenses/>.
21 
22  ----------------------------------------------------------------------------*/
23 
32 #ifndef __MIMMO_MODULE_CORE_HPP__
33 #define __MIMMO_MODULE_CORE_HPP__
34 
35 #include "mimmo_common.hpp"
36 
37 #include "BaseManipulation.hpp"
38 #include "BasicMeshes.hpp"
39 #include "BasicShapes.hpp"
40 #include "Chain.hpp"
41 #include "InOut.hpp"
42 #include "IOConnections.hpp"
43 #include "Lattice.hpp"
44 #include "MimmoCGUtils.hpp"
45 #include "MimmoNamespace.hpp"
46 #include "MimmoObject.hpp"
47 #include "MimmoPiercedVector.hpp"
48 #include "SkdTreeUtils.hpp"
49 #include "VTUGridReader.hpp"
50 #include "VTUGridWriterASCII.hpp"
51 #include "Module.hpp"
52 #include "MimmoSharedPointer.hpp"
53 #include "Primitive.hpp"
54 
55 #endif