| LSSTApplications
    20.0.0
    LSSTDataManagementBasePackage | 
#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 | |
| lsst | |
| A base class for image defects. | |
| lsst::afw | |
| 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... | |
| table::Schema spanSchema | 
Definition at line 193 of file Footprint.cc.
| table::Key<int> spanX0 | 
Definition at line 195 of file Footprint.cc.
| table::Key<int> spanX1 | 
Definition at line 196 of file Footprint.cc.
| table::Key<int> spanY | 
Definition at line 194 of file Footprint.cc.
 1.8.18
 1.8.18