lsst.afw g2c743f43ab+04f223c4f0
Loading...
Searching...
No Matches
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

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. 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...
 
std::ostreamlsst::afw::detection::operator<< (std::ostream &os, Footprint const &rhs)
 Print a Footprint to the stream. More...
 

Variable Documentation

◆ spanSchema

table::Schema spanSchema

Definition at line 207 of file Footprint.cc.

◆ spanX0

table::Key<int> spanX0

Definition at line 209 of file Footprint.cc.

◆ spanX1

table::Key<int> spanX1

Definition at line 210 of file Footprint.cc.

◆ spanY

table::Key<int> spanY

Definition at line 208 of file Footprint.cc.