lsst.afw gba47b54d5d+c2b65f28c3
|
#include "lsst/afw/detection/Footprint.h"
#include "lsst/afw/table/io/CatalogVector.h"
#include "lsst/afw/table/io/OutputArchive.h"
#include "lsst/afw/geom/transformFactory.h"
#include "lsst/afw/table/io/Persistable.cc"
Go to the source code of this file.
Classes | |
class | lsst::afw::detection::FootprintFactory |
Namespaces | |
namespace | lsst |
A base class for image defects. | |
namespace | lsst::afw |
namespace | lsst::afw::detection |
Functions | |
std::shared_ptr< Footprint > | lsst::afw::detection::mergeFootprints (Footprint const &footprint1, Footprint const &footprint2) |
Merges two Footprints – appends their peaks, and unions their spans, returning a new Footprint. More... | |
std::vector< lsst::geom::Box2I > | lsst::afw::detection::footprintToBBoxList (Footprint const &footprint) |
Return a list of BBoxs, whose union contains exactly the pixels in the footprint, neither more nor less. More... | |
std::ostream & | lsst::afw::detection::operator<< (std::ostream &os, Footprint const &rhs) |
Print a Footprint to the stream. More... | |
table::Schema spanSchema |
Definition at line 207 of file Footprint.cc.
table::Key<int> spanX0 |
Definition at line 209 of file Footprint.cc.
table::Key<int> spanX1 |
Definition at line 210 of file Footprint.cc.
table::Key<int> spanY |
Definition at line 208 of file Footprint.cc.