Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::BVHTree::HandleData_comparator Class Reference

Public Member Functions

bool operator() (const HandleData &a, const HandleData &b)
 

Private Types

typedef HandleData first_argument_type
 
typedef HandleData second_argument_type
 
typedef bool result_type
 

Detailed Description

Definition at line 191 of file BVHTree.hpp.

Member Typedef Documentation

◆ first_argument_type

◆ result_type

Definition at line 196 of file BVHTree.hpp.

◆ second_argument_type

Member Function Documentation

◆ operator()()

bool moab::BVHTree::HandleData_comparator::operator() ( const HandleData a,
const HandleData b 
)
inline

Definition at line 199 of file BVHTree.hpp.

200  {
201  return a.myDim < b.myDim || ( a.myDim == b.myDim && a.myHandle < b.myHandle );
202  }

References moab::BVHTree::HandleData::myDim, and moab::BVHTree::HandleData::myHandle.


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