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