OGS
BoundaryElementsSearcher.h
Go to the documentation of this file.
1
9
#pragma once
10
11
#include <vector>
12
13
namespace
GeoLib
14
{
15
struct
GeoObject;
16
class
Point
;
17
class
Polyline;
18
class
Surface;
19
}
20
21
namespace
MeshLib
22
{
23
class
Mesh;
24
class
Element;
25
}
26
27
namespace
MeshGeoToolsLib
28
{
29
class
MeshNodeSearcher;
30
class
BoundaryElementsAtPoint;
31
class
BoundaryElementsAlongPolyline;
32
class
BoundaryElementsOnSurface;
33
38
class
BoundaryElementsSearcher
39
{
40
public
:
46
BoundaryElementsSearcher
(
MeshLib::Mesh
const
&
mesh
,
47
MeshNodeSearcher
const
& mshNodeSearcher);
48
50
virtual
~BoundaryElementsSearcher
();
51
60
std::vector<MeshLib::Element*>
const
&
getBoundaryElements
(
61
GeoLib::GeoObject
const
& geoObj,
bool
const
multiple_nodes_allowed);
62
63
MeshLib::Mesh
const
&
mesh
;
64
65
private
:
66
MeshNodeSearcher
const
&
_mshNodeSearcher
;
67
std::vector<BoundaryElementsAtPoint*>
_boundary_elements_at_point
;
68
std::vector<BoundaryElementsAlongPolyline*>
_boundary_elements_along_polylines
;
69
std::vector<BoundaryElementsOnSurface*>
_boundary_elements_along_surfaces
;
70
};
71
72
}
// end namespace MeshGeoToolsLib
MeshGeoToolsLib::BoundaryElementsSearcher
Definition
BoundaryElementsSearcher.h:39
MeshGeoToolsLib::BoundaryElementsSearcher::BoundaryElementsSearcher
BoundaryElementsSearcher(MeshLib::Mesh const &mesh, MeshNodeSearcher const &mshNodeSearcher)
Definition
BoundaryElementsSearcher.cpp:26
MeshGeoToolsLib::BoundaryElementsSearcher::_mshNodeSearcher
MeshNodeSearcher const & _mshNodeSearcher
Definition
BoundaryElementsSearcher.h:66
MeshGeoToolsLib::BoundaryElementsSearcher::getBoundaryElements
std::vector< MeshLib::Element * > const & getBoundaryElements(GeoLib::GeoObject const &geoObj, bool const multiple_nodes_allowed)
Definition
BoundaryElementsSearcher.cpp:78
MeshGeoToolsLib::BoundaryElementsSearcher::~BoundaryElementsSearcher
virtual ~BoundaryElementsSearcher()
destructor
Definition
BoundaryElementsSearcher.cpp:32
MeshGeoToolsLib::BoundaryElementsSearcher::_boundary_elements_along_polylines
std::vector< BoundaryElementsAlongPolyline * > _boundary_elements_along_polylines
Definition
BoundaryElementsSearcher.h:68
MeshGeoToolsLib::BoundaryElementsSearcher::_boundary_elements_at_point
std::vector< BoundaryElementsAtPoint * > _boundary_elements_at_point
Definition
BoundaryElementsSearcher.h:67
MeshGeoToolsLib::BoundaryElementsSearcher::mesh
MeshLib::Mesh const & mesh
Definition
BoundaryElementsSearcher.h:63
MeshGeoToolsLib::BoundaryElementsSearcher::_boundary_elements_along_surfaces
std::vector< BoundaryElementsOnSurface * > _boundary_elements_along_surfaces
Definition
BoundaryElementsSearcher.h:69
MeshGeoToolsLib::MeshNodeSearcher
Definition
MeshNodeSearcher.h:53
MeshLib::Mesh
Definition
Mesh.h:43
GeoLib
Definition
ProjectData.h:36
MeshGeoToolsLib
Definition
AppendLinesAlongPolyline.cpp:24
MeshLib
Definition
ProjectData.h:41
MeshLib::Point
TemplateElement< PointRule1 > Point
Definition
Point.h:20
GeoLib::GeoObject
Definition
GeoObject.h:21
MeshGeoToolsLib
BoundaryElementsSearcher.h
Generated by
1.12.0