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
 

Detailed Description

template<class ELEMENT>
struct oomph::TriangleMesh< ELEMENT >::Point

Definition at line 2162 of file meshes/triangle_mesh.h.

Member Function Documentation

◆ operator<()

template<class ELEMENT >
bool oomph::TriangleMesh< ELEMENT >::Point::operator< ( const Point p) const
inline

Definition at line 2166 of file meshes/triangle_mesh.h.

Member Data Documentation

◆ x

template<class ELEMENT >
coord_t oomph::TriangleMesh< ELEMENT >::Point::x

Definition at line 2164 of file meshes/triangle_mesh.h.

Referenced by oomph::TriangleMesh< ELEMENT >::cross().

◆ y

template<class ELEMENT >
coord_t oomph::TriangleMesh< ELEMENT >::Point::y

Definition at line 2164 of file meshes/triangle_mesh.h.

Referenced by oomph::TriangleMesh< ELEMENT >::cross().


The documentation for this struct was generated from the following file: