Loading...
Searching...
No Matches
bitpit_levelset.hpp
1/*---------------------------------------------------------------------------*\
2 *
3 * bitpit
4 *
5 * Copyright (C) 2015-2021 OPTIMAD engineering Srl
6 *
7 * -------------------------------------------------------------------------
8 * License
9 * This file is part of bitpit.
10 *
11 * bitpit 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 * bitpit 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 bitpit. If not, see <http://www.gnu.org/licenses/>.
22 *
23\*---------------------------------------------------------------------------*/
24
25#ifndef __BITPIT_MODULE_LEVELSET_HPP__
26#define __BITPIT_MODULE_LEVELSET_HPP__
27#include "moduleBegin.hpp"
28
36#include "levelSetCommon.hpp"
37
38#include "levelSetKernel.hpp"
39#include "levelSetCartesianKernel.hpp"
40#include "levelSetOctreeKernel.hpp"
41#include "levelSetUnstructuredKernel.hpp"
42
43#include "levelSetObject.hpp"
44#include "levelSetProxyObject.hpp"
45#include "levelSetCache.hpp"
46#include "levelSetSegmentationObject.hpp"
47#include "levelSetBooleanObject.hpp"
48#include "levelSetComplementObject.hpp"
49#include "levelSetMaskObject.hpp"
50
51#include "levelSet.hpp"
52
53#include "moduleEnd.hpp"
54#endif
--- layout: doxygen_footer ---