Mesh Oriented datABase  (version 5.4.1)
Array-based unstructured mesh datastructure
moab::set_tuple Struct Reference

Public Member Functions

bool operator< (set_tuple other) const

Public Attributes

unsigned idx
unsigned proc
EntityHandle handle

Detailed Description

Definition at line 4489 of file ParallelComm.cpp.


Member Function Documentation

bool moab::set_tuple::operator< ( set_tuple  other) const [inline]

Definition at line 4494 of file ParallelComm.cpp.

References idx, and proc.

    {
        return ( idx == other.idx ) ? ( proc < other.proc ) : ( idx < other.idx );
    }

Member Data Documentation

Definition at line 4491 of file ParallelComm.cpp.

Referenced by operator<(), and moab::ParallelComm::resolve_shared_sets().

Definition at line 4492 of file ParallelComm.cpp.

Referenced by operator<(), and moab::ParallelComm::resolve_shared_sets().

List of all members.


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