OGS
findElementsWithinRadius.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#pragma once
5
6
#include <vector>
7
8
namespace
MeshLib
9
{
10
class
Element
;
11
}
// namespace MeshLib
12
13
namespace
MeshLib
14
{
25
std::vector<std::size_t>
findElementsWithinRadius
(
Element
const
& start_element,
26
double
const
radius_squared);
27
28
}
// namespace MeshLib
MeshLib::Element
Definition
Element.h:25
MeshLib
Definition
ProjectData.h:30
MeshLib::findElementsWithinRadius
std::vector< std::size_t > findElementsWithinRadius(Element const &start_element, double const radius_squared)
Definition
findElementsWithinRadius.cpp:16
MeshLib
findElementsWithinRadius.h
Generated by
1.14.0