lsst.meas.algorithms  13.0-16-g6e7f056
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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:

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 77 of file CR.cc.

Member Function Documentation

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

Definition at line 78 of file CR.cc.


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