Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
moab::MeshSetRComp Class Reference

Public Member Functions

bool operator() (const MeshSetRange &r, const MeshSetRange &h)
 

Detailed Description

Definition at line 431 of file MeshSet.cpp.

Member Function Documentation

◆ operator()()

bool moab::MeshSetRComp::operator() ( const MeshSetRange r,
const MeshSetRange h 
)
inline

Definition at line 434 of file MeshSet.cpp.

435  {
436  return r.second < h.first;
437  }

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