Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
libmmg.h
Go to the documentation of this file.
1/* =============================================================================
2** This file is part of the mmg software package for the tetrahedral
3** mesh modification.
4** Copyright (c) Bx INP/CNRS/Inria/UBordeaux/UPMC, 2004-
5**
6** mmg is free software: you can redistribute it and/or modify it
7** under the terms of the GNU Lesser General Public License as published
8** by the Free Software Foundation, either version 3 of the License, or
9** (at your option) any later version.
10**
11** mmg is distributed in the hope that it will be useful, but WITHOUT
12** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13** FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
14** License for more details.
15**
16** You should have received a copy of the GNU Lesser General Public
17** License and of the GNU General Public License along with mmg (in
18** files COPYING.LESSER and COPYING). If not, see
19** <http://www.gnu.org/licenses/>. Please read their terms carefully and
20** use this copy of the mmg distribution only if you accept them.
21** =============================================================================
22*/
23
24/*
25 * WARNING: To keep the genheader program working, don't break line between an enum
26 * name and the opening brace (it creates errors under windows)
27 */
28
29/* The following comment block defines the Doxygen group with label API, which
30 * includes
31 * mmg3d/libmmg3d.h
32 * mmg2d/libmmg2.h
33 * mmgs/libmmg2d.h
34 * and others
35 * with the aim to generate a central index into the API documentation.
36 */
37
60#ifndef MMGLIB_H
61#define MMGLIB_H
62
63#include "mmg/mmg2d/libmmg2d.h"
64#include "mmg/mmgs/libmmgs.h"
65#include "mmg/mmg3d/libmmg3d.h"
66
67#endif