MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Public Member Functions | |
bool | operator() (const MeshSetRange &r, const MeshSetRange &h) |
Definition at line 431 of file MeshSet.cpp.
bool moab::MeshSetRComp::operator() | ( | const MeshSetRange & | r, |
const MeshSetRange & | h | ||
) | [inline] |
Definition at line 434 of file MeshSet.cpp.
{
return r.second < h.first;
}