OGS
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
nodeByCoordinatesComparator Struct Reference

Detailed Description

Definition at line 185 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 187 of file QuadraticMeshGenerator.cpp.

188 {
189 return *a < *b;
190 }

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