PGROUTING  3.2
pgrouting::alphashape::anonymous_namespace{pgr_alphaShape.cpp}::CompareRadius Struct Reference

Public Member Functions

bool operator() (const MyPairType &lhs, const MyPairType &rhs) const
 

Detailed Description

Definition at line 155 of file pgr_alphaShape.cpp.

Member Function Documentation

◆ operator()()

bool pgrouting::alphashape::anonymous_namespace{pgr_alphaShape.cpp}::CompareRadius::operator() ( const MyPairType lhs,
const MyPairType rhs 
) const
inline

Definition at line 156 of file pgr_alphaShape.cpp.

156  {
157  return lhs.second > rhs.second;
158  }

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