Wildmeshing Toolkit
Loading...
Searching...
No Matches
components
tetwild
wmtk
components
tetwild
orig
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
16
namespace
wmtk::components::tetwild::orig {
17
18
struct
Args;
19
struct
State;
20
struct
MeshRecord;
21
class
BSPFace;
22
class
MeshConformer;
23
class
EdgeCollapser;
24
class
EdgeSplitter;
25
class
EdgeRemover;
26
class
VertexSmoother;
27
28
}
// namespace wmtk::components::tetwild::orig
Generated by
1.9.8