OGS
nodeByCoordinatesComparator Struct Reference

Detailed Description

Definition at line 129 of file QuadraticMeshGenerator.cpp.

Public Member Functions

bool operator() (MeshLib::Node *a, MeshLib::Node *b) const
 

Member Function Documentation

◆ operator()()

bool nodeByCoordinatesComparator::operator() ( MeshLib::Node a,
MeshLib::Node b 
) const
inline

Definition at line 131 of file QuadraticMeshGenerator.cpp.

132  {
133  return *a < *b;
134  }

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