Wildmeshing Toolkit
Loading...
Searching...
No Matches
ForwardDecls.h
1// This file is part of TetWild, a software for generating tetrahedral meshes.
2//
3// Copyright (C) 2018 Jeremie Dumas <jeremie.dumas@ens-lyon.org>
4//
5// This Source Code Form is subject to the terms of the Mozilla Public License
6// v. 2.0. If a copy of the MPL was not distributed with this file, You can
7// obtain one at http://mozilla.org/MPL/2.0/.
8//
9// Created by Jeremie Dumas on 09/04/18.
10//
11
12#pragma once
13
14#include <string>
15
16namespace wmtk::components::tetwild::orig {
17
18struct Args;
19struct State;
20struct MeshRecord;
21class BSPFace;
22class MeshConformer;
23class EdgeCollapser;
24class EdgeSplitter;
25class EdgeRemover;
26class VertexSmoother;
27
28} // namespace wmtk::components::tetwild::orig