|
lsst.afw g714e0ed6de+61745a5d47
|
#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 |
| 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. | |
| 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. | |
| std::ostream & | lsst::afw::detection::operator<< (std::ostream &os, Footprint const &rhs) |
| Print a Footprint to the stream. | |