_image | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | private |
_mask | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | private |
_variance | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | private |
addPeak(float fx, float fy, float value) | lsst.afw.detection::Footprint | |
addSpan(const int y, const int x0, const int x1) | lsst.afw.detection::Footprint | |
addSpan(Span const &span) | lsst.afw.detection::Footprint | |
addSpan(Span const &span, int dx, int dy) | lsst.afw.detection::Footprint | |
addSpanInSeries(const int y, const int x0, const int x1) | lsst.afw.detection::Footprint | |
census(int, memId startingMemId=0) | lsst::daf::base::Citizen | static |
census(std::ostream &stream, memId startingMemId=0) | lsst::daf::base::Citizen | static |
census() | lsst::daf::base::Citizen | static |
Citizen(const std::type_info &) | lsst::daf::base::Citizen | |
Citizen(Citizen const &) | lsst::daf::base::Citizen | |
clipTo(geom::Box2I const &bbox) | lsst.afw.detection::Footprint | |
clipToNonzero(lsst::afw::image::Image< PixelT > const &img) | lsst.afw.detection::Footprint | |
ConstPtr typedef | lsst.afw.detection::Footprint | |
contains(geom::Point2I const &pix) const | lsst.afw.detection::Footprint | |
dot(HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > const &other) const | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | |
findEdgePixels() const | lsst.afw.detection::Footprint | |
Footprint(int nspan=0, geom::Box2I const ®ion=geom::Box2I()) | lsst.afw.detection::Footprint | explicit |
Footprint(afw::table::Schema const &peakSchema, int nspan=0, geom::Box2I const ®ion=geom::Box2I()) | lsst.afw.detection::Footprint | explicit |
Footprint(geom::Box2I const &bbox, geom::Box2I const ®ion=geom::Box2I()) | lsst.afw.detection::Footprint | explicit |
Footprint(geom::Point2I const ¢er, double const radius, geom::Box2I const &=geom::Box2I()) | lsst.afw.detection::Footprint | |
Footprint(geom::ellipses::Ellipse const &ellipse, geom::Box2I const ®ion=geom::Box2I()) | lsst.afw.detection::Footprint | explicit |
Footprint(SpanList const &spans, geom::Box2I const ®ion=geom::Box2I()) | lsst.afw.detection::Footprint | explicit |
Footprint(Footprint const &other) | lsst.afw.detection::Footprint | |
getArea() const | lsst.afw.detection::Footprint | inline |
getBBox() const | lsst.afw.detection::Footprint | inline |
getCentroid() const | lsst.afw.detection::Footprint | |
getId() const | lsst.afw.detection::Footprint | inline |
getImageArray() | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | inline |
getImageArray() const | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | inline |
getMaskArray() | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | inline |
getMaskArray() const | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | inline |
getMaskBitsSet() const | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | inline |
getNextMemId() | lsst::daf::base::Citizen | static |
getNpix() const | lsst.afw.detection::Footprint | inline |
getPeaks() | lsst.afw.detection::Footprint | inline |
getPeaks() const | lsst.afw.detection::Footprint | inline |
getPersistenceName() const | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | protectedvirtual |
getPythonModule() const | lsst.afw.detection::Footprint | protectedvirtual |
getRegion() const | lsst.afw.detection::Footprint | inline |
getShape() const | lsst.afw.detection::Footprint | |
getSpans() | lsst.afw.detection::Footprint | inline |
getSpans() const | lsst.afw.detection::Footprint | inline |
getVarianceArray() | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | inline |
getVarianceArray() const | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | inline |
hasBeenCorrupted() | lsst::daf::base::Citizen | static |
HeavyFootprint(Footprint const &foot, lsst::afw::image::MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT > const &mimage, HeavyFootprintCtrl const *ctrl=NULL) | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | explicit |
HeavyFootprint(Footprint const &foot, HeavyFootprintCtrl const *ctrl=NULL) | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | explicit |
HeavyFootprint() | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | inlineprivate |
include(std::vector< boost::shared_ptr< Footprint >> const &children, bool ignoreSelf=false) | lsst.afw.detection::Footprint | |
init() | lsst::daf::base::Citizen | static |
insert(lsst::afw::image::MaskedImage< ImagePixelT, MaskPixelT, VariancePixelT > &mimage) const | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | |
insert(lsst::afw::image::Image< ImagePixelT > &image) const | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | |
insertIntoImage(typename lsst::afw::image::Image< PixelT > &idImage, boost::uint64_t const id, geom::Box2I const ®ion=geom::Box2I()) const | lsst.afw.detection::Footprint | |
insertIntoImage(typename lsst::afw::image::Image< PixelT > &idImage, boost::uint64_t const id, bool const overwriteId, long const idMask, typename std::set< boost::uint64_t > *oldIds, geom::Box2I const ®ion=geom::Box2I()) const | lsst.afw.detection::Footprint | |
intersectMask(image::Mask< MaskPixelT > const &mask, MaskPixelT bitmask=~0x0) | lsst.afw.detection::Footprint | |
isHeavy() const | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | inlinevirtual |
isNormalized() const | lsst.afw.detection::Footprint | inline |
isPersistable() const | lsst.afw.detection::Footprint | inlinevirtual |
magicSentinel enum value | lsst::daf::base::Citizen | |
markPersistent(void) | lsst::daf::base::Citizen | |
memCallback typedef | lsst::daf::base::Citizen | |
memId typedef | lsst::daf::base::Citizen | |
memNewCallback typedef | lsst::daf::base::Citizen | |
normalize() | lsst.afw.detection::Footprint | |
operator=(Footprint &other) | lsst.afw.detection::Footprint | |
lsst::daf::base::Citizen::operator=(Citizen const &) | lsst::daf::base::Citizen | inline |
lsst::afw::table::io::Persistable::operator=(Persistable const &other) | lsst.afw.table.io::Persistable | inlineprotected |
OutputArchiveHandle typedef | lsst.afw.table.io::Persistable | protected |
Persistable() | lsst.afw.table.io::Persistable | inlineprotected |
Persistable(Persistable const &other) | lsst.afw.table.io::Persistable | inlineprotected |
Ptr typedef | lsst.afw.detection::Footprint | |
PersistableFacade< HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > >::readFits(fits::Fits &fitsfile) | lsst.afw.table.io::PersistableFacade< HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > > | inlinestatic |
PersistableFacade< HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > >::readFits(std::string const &fileName, int hdu=0) | lsst.afw.table.io::PersistableFacade< HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > > | inlinestatic |
PersistableFacade< HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > >::readFits(fits::MemFileManager &manager, int hdu=0) | lsst.afw.table.io::PersistableFacade< HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > > | inlinestatic |
lsst::afw::detection::Footprint::readFits(fits::Fits &fitsfile) | lsst.afw.table.io::PersistableFacade< lsst::afw::detection::Footprint > | inlinestatic |
lsst::afw::detection::Footprint::readFits(std::string const &fileName, int hdu=0) | lsst.afw.table.io::PersistableFacade< lsst::afw::detection::Footprint > | inlinestatic |
lsst::afw::detection::Footprint::readFits(fits::MemFileManager &manager, int hdu=0) | lsst.afw.table.io::PersistableFacade< lsst::afw::detection::Footprint > | inlinestatic |
readPeaks(afw::table::BaseCatalog const &peakCat) | lsst.afw.detection::Footprint | protected |
readSpans(afw::table::BaseCatalog const &spanCat) | lsst.afw.detection::Footprint | protected |
repr() const | lsst::daf::base::Citizen | |
setCorruptionCallback(memCallback func) | lsst::daf::base::Citizen | static |
setDeleteCallback(memCallback func) | lsst::daf::base::Citizen | static |
setDeleteCallbackId(memId id) | lsst::daf::base::Citizen | static |
setNewCallback(memNewCallback func) | lsst::daf::base::Citizen | static |
setNewCallbackId(memId id) | lsst::daf::base::Citizen | static |
setPeakSchema(afw::table::Schema const &peakSchema) | lsst.afw.detection::Footprint | inline |
setRegion(geom::Box2I const ®ion) | lsst.afw.detection::Footprint | inline |
shift(int dx, int dy) | lsst.afw.detection::Footprint | |
shift(geom::ExtentI d) | lsst.afw.detection::Footprint | inline |
sortPeaks(afw::table::Key< float > const &key=afw::table::Key< float >()) | lsst.afw.detection::Footprint | |
SpanList typedef | lsst.afw.detection::Footprint | |
transform(image::Wcs const &source, image::Wcs const &target, geom::Box2I const ®ion, bool doClip=true) const | lsst.afw.detection::Footprint | |
write(OutputArchiveHandle &handle) const | lsst.afw.detection::HeavyFootprint< ImagePixelT, MaskPixelT, VariancePixelT > | protectedvirtual |
writeFits(std::string const &fileName, std::string const &mode="w") const | lsst.afw.table.io::Persistable | |
writeFits(fits::MemFileManager &manager, std::string const &mode="w") const | lsst.afw.table.io::Persistable | |
writeFits(fits::Fits &fitsfile) const | lsst.afw.table.io::Persistable | |
~Citizen() | lsst::daf::base::Citizen | |
~Footprint() | lsst.afw.detection::Footprint | virtual |
~Persistable() | lsst.afw.table.io::Persistable | inlinevirtual |