OGS
findElementsWithinRadius.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <vector>
14
15namespace MeshLib
16{
17class Element;
18} // namespace MeshLib
19
20namespace MeshLib
21{
32std::vector<std::size_t> findElementsWithinRadius(Element const& start_element,
33 double const radius_squared);
34
35} // namespace MeshLib
std::vector< std::size_t > findElementsWithinRadius(Element const &start_element, double const radius_squared)