v1.0
Public Member Functions
|
Public Attributes
|
List of all members
oomph::TriangleMesh< ELEMENT >::Point Struct Reference
Public Member Functions
bool
operator<
(const
Point
&
p
) const
Public Attributes
coord_t
x
coord_t
y
Member Function Documentation
◆
operator<()
template<class ELEMENT >
bool
oomph::TriangleMesh
< ELEMENT >::Point::operator<
(
const
Point
&
p
)
const
inline
2190
{
2191
return
x
<
p
.x || (
x
==
p
.x &&
y
<
p
.y);
2192
}
p
float * p
Definition:
Tutorial_Map_using.cpp:9
oomph::TriangleMesh::Point::y
coord_t y
Definition:
triangle_mesh.template.h:2187
oomph::TriangleMesh::Point::x
coord_t x
Definition:
triangle_mesh.template.h:2187
References
p
,
plotDoE::x
, and
y
.
Member Data Documentation
◆
x
template<class ELEMENT >
coord_t
oomph::TriangleMesh
< ELEMENT >::Point::x
◆
y
template<class ELEMENT >
coord_t
oomph::TriangleMesh
< ELEMENT >::Point::y
The documentation for this struct was generated from the following file:
triangle_mesh.template.h
oomph
TriangleMesh
Point
Generated on Wed Aug 27 2025 17:09:21 for MercuryDPM by
1.9.1