MOAB: Mesh Oriented datABase  (version 5.4.1)
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

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

Definition at line 434 of file MeshSet.cpp.

    {
        return r.second < h.first;
    }

List of all members.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines