OGS
nodeByCoordinatesComparator Struct Reference

Detailed Description

Definition at line 179 of file QuadraticMeshGenerator.cpp.

Public Member Functions

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

Member Function Documentation

◆ operator()()

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

Definition at line 181 of file QuadraticMeshGenerator.cpp.

182 {
183 return *a < *b;
184 }

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