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