OGS
findElementsWithinRadius.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 #include <vector>
14 
15 namespace MeshLib
16 {
17 class Element;
18 } // namespace MeshLib
19 
20 namespace MeshLib
21 {
32 std::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)