Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
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

◆ operator<()

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

Definition at line 4494 of file ParallelComm.cpp.

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

References idx, and proc.

Member Data Documentation

◆ handle

EntityHandle moab::set_tuple::handle

Definition at line 4493 of file ParallelComm.cpp.

◆ idx

unsigned moab::set_tuple::idx

Definition at line 4491 of file ParallelComm.cpp.

Referenced by operator<().

◆ proc

unsigned moab::set_tuple::proc

Definition at line 4492 of file ParallelComm.cpp.

Referenced by operator<().


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