lsst.meas.algorithms
13.0-23-gb99accf8+7
|
run-length code for part of object More...
Public Types | |
typedef std::shared_ptr< IdSpan > | Ptr |
typedef std::shared_ptr< const IdSpan > | ConstPtr |
Public Member Functions | |
IdSpan (int id, int y, int x0, int x1) | |
Public Attributes | |
int | id |
int | y |
int | x0 |
int | x1 |
typedef std::shared_ptr<const IdSpan> lsst::afw::detection::IdSpan::ConstPtr |
typedef std::shared_ptr<IdSpan> lsst::afw::detection::IdSpan::Ptr |
|
inlineexplicit |