lsst.meas.algorithms  20.0.0-4-g085c40a3+7
Public Member Functions | List of all members
lsst::afw::detection::IdSpanCompar Struct Reference

comparison functor; sort by ID, then by row (y), then by column range start (x0) More...

Inheritance diagram for lsst::afw::detection::IdSpanCompar:
std::binary_function< const IdSpan::ConstPtr, const IdSpan::ConstPtr, bool >

Public Member Functions

bool operator() (const IdSpan::ConstPtr a, const IdSpan::ConstPtr b)
 

Detailed Description

comparison functor; sort by ID, then by row (y), then by column range start (x0)

Definition at line 76 of file CR.cc.

Member Function Documentation

◆ operator()()

bool lsst::afw::detection::IdSpanCompar::operator() ( const IdSpan::ConstPtr  a,
const IdSpan::ConstPtr  b 
)
inline

Definition at line 77 of file CR.cc.


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