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  }
float * p
Definition: Tutorial_Map_using.cpp:9
coord_t y
Definition: triangle_mesh.template.h:2187
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: