Loading [MathJax]/extensions/tex2jax.js
MeshKernel
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
Concepts
Loading...
Searching...
No Matches
home
runner
work
MeshKernel
MeshKernel
libs
MeshKernel
include
MeshKernel
MeshFaceCenters.hpp
1
// it under the terms of the GNU General Public License as published by
2
// the Free Software Foundation version 3.
3
//
4
// This program is distributed in the hope that it will be useful,
5
// but WITHOUT ANY WARRANTY; without even the implied warranty of
6
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7
// GNU General Public License for more details.
8
//
9
// You should have received a copy of the GNU General Public License
10
// along with this program. If not, see <http://www.gnu.org/licenses/>.
11
//
12
// contact: delft3d.support@deltares.nl
13
// Stichting Deltares
14
// P.O. Box 177
15
// 2600 MH Delft, The Netherlands
16
//
17
// All indications and logos of, and references to, "Delft3D" and "Deltares"
18
// are registered trademarks of Stichting Deltares, and remain the property of
19
// Stichting Deltares. All rights reserved.
20
//
21
//------------------------------------------------------------------------------
22
23
#pragma once
24
25
#include <span>
26
#include <vector>
27
28
#include "MeshKernel/Definitions.hpp"
29
#include "MeshKernel/Mesh.hpp"
30
#include "MeshKernel/Point.hpp"
31
32
namespace
meshkernel::algo
33
{
35
std::vector<Point> ComputeFaceCircumcenters(
const
Mesh& mesh);
36
38
void
ComputeFaceCircumcenters(
const
Mesh& mesh, std::span<Point> edgeCenters);
39
40
}
// namespace meshkernel::algo
Generated by
1.9.8