Loading [MathJax]/extensions/tex2jax.js
Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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: