OGS
MeshNodesOnPoint.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <vector>
13
14
#include "
GeoLib/Point.h
"
15
#include "
GeoLib/Grid.h
"
16
17
#include "
MeshGeoToolsLib/SearchAllNodes.h
"
18
19
#include "
MeshLib/Node.h
"
20
21
namespace
MeshLib
22
{
23
class
Mesh;
24
}
25
26
namespace
MeshGeoToolsLib
27
{
31
class
MeshNodesOnPoint
32
{
33
public
:
44
MeshNodesOnPoint
(
MeshLib::Mesh
const
& mesh,
45
GeoLib::Grid<MeshLib::Node>
const
& mesh_grid,
46
GeoLib::Point
const
& pnt,
double
epsilon_radius,
47
SearchAllNodes
search_all_nodes);
48
50
MeshLib::Mesh
const
&
getMesh
()
const
{
return
_mesh
; }
51
56
std::vector<std::size_t>
const
&
getNodeIDs
()
const
{
return
_msh_node_ids
; }
57
63
GeoLib::Point
const
&
getPoint
()
const
{
return
_pnt
; }
64
65
private
:
66
MeshLib::Mesh
const
&
_mesh
;
67
GeoLib::Point
const
&
_pnt
;
68
std::vector<std::size_t>
_msh_node_ids
;
69
};
70
}
// end namespace MeshGeoToolsLib
Point.h
Definition of the Point class.
Grid.h
Definition of the Grid class.
Node.h
Definition of the Node class.
SearchAllNodes.h
GeoLib::Grid
Definition
Grid.h:33
GeoLib::Point
Definition
Point.h:31
MeshGeoToolsLib::MeshNodesOnPoint
Definition
MeshNodesOnPoint.h:32
MeshGeoToolsLib::MeshNodesOnPoint::MeshNodesOnPoint
MeshNodesOnPoint(MeshLib::Mesh const &mesh, GeoLib::Grid< MeshLib::Node > const &mesh_grid, GeoLib::Point const &pnt, double epsilon_radius, SearchAllNodes search_all_nodes)
Definition
MeshNodesOnPoint.cpp:18
MeshGeoToolsLib::MeshNodesOnPoint::getPoint
GeoLib::Point const & getPoint() const
Definition
MeshNodesOnPoint.h:63
MeshGeoToolsLib::MeshNodesOnPoint::getNodeIDs
std::vector< std::size_t > const & getNodeIDs() const
Definition
MeshNodesOnPoint.h:56
MeshGeoToolsLib::MeshNodesOnPoint::_msh_node_ids
std::vector< std::size_t > _msh_node_ids
Definition
MeshNodesOnPoint.h:68
MeshGeoToolsLib::MeshNodesOnPoint::_mesh
MeshLib::Mesh const & _mesh
Definition
MeshNodesOnPoint.h:66
MeshGeoToolsLib::MeshNodesOnPoint::getMesh
MeshLib::Mesh const & getMesh() const
return the mesh object
Definition
MeshNodesOnPoint.h:50
MeshGeoToolsLib::MeshNodesOnPoint::_pnt
GeoLib::Point const & _pnt
Definition
MeshNodesOnPoint.h:67
MeshLib::Mesh
Definition
Mesh.h:43
MeshGeoToolsLib
Definition
AppendLinesAlongPolyline.cpp:24
MeshGeoToolsLib::SearchAllNodes
SearchAllNodes
Definition
SearchAllNodes.h:14
MeshLib
Definition
ProjectData.h:41
MeshGeoToolsLib
MeshNodesOnPoint.h
Generated by
1.12.0