LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
Footprint.cc File Reference
#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::Box2Ilsst::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...
 

Variable Documentation

◆ spanSchema

table::Schema spanSchema

Definition at line 196 of file Footprint.cc.

◆ spanX0

table::Key<int> spanX0

Definition at line 198 of file Footprint.cc.

◆ spanX1

table::Key<int> spanX1

Definition at line 199 of file Footprint.cc.

◆ spanY

table::Key<int> spanY

Definition at line 197 of file Footprint.cc.