OGS
ProjectPointOnMesh.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 #include <vector>
14 #include "MeshLib/Node.h"
16 
17 namespace MeshLib
18 {
19 namespace ProjectPointOnMesh
20 {
21 
24 Element const* getProjectedElement(std::vector<const Element*> const& elements,
25  Node const& node);
26 
29 double getElevation(Element const& element, Node const& node);
30 
31 } // namespace ProjectPointOnMesh
32 
33 } // end namespace MeshLib
Definition of the Element class.
Definition of the Node class.
double getElevation(Element const &element, Node const &node)
Element const * getProjectedElement(std::vector< const Element * > const &elements, Node const &node)