addPeak(float fx, float fy, float value) | lsst::afw::detection::Footprint | |
clipTo(lsst::geom::Box2I const &bbox) | lsst::afw::detection::Footprint | |
contains(lsst::geom::Point2I const &pix) const | lsst::afw::detection::Footprint | |
dilate(int r, geom::Stencil s=geom::Stencil::CIRCLE) | lsst::afw::detection::Footprint | |
dilate(geom::SpanSet const &other) | lsst::afw::detection::Footprint | |
dynamicCast(std::shared_ptr< Persistable > const &ptr) | lsst::afw::table::io::PersistableFacade< lsst::afw::detection::Footprint > | static |
erode(int r, geom::Stencil s=geom::Stencil::CIRCLE) | lsst::afw::detection::Footprint | |
erode(geom::SpanSet const &other) | lsst::afw::detection::Footprint | |
Footprint(std::shared_ptr< geom::SpanSet > inputSpans, lsst::geom::Box2I const ®ion=lsst::geom::Box2I()) | lsst::afw::detection::Footprint | explicit |
Footprint(std::shared_ptr< geom::SpanSet > inputSpans, afw::table::Schema const &peakSchema, lsst::geom::Box2I const ®ion=lsst::geom::Box2I()) | lsst::afw::detection::Footprint | explicit |
Footprint() | lsst::afw::detection::Footprint | inlineexplicit |
Footprint(Footprint const &other)=default | lsst::afw::detection::Footprint | |
Footprint(Footprint &&)=default | lsst::afw::detection::Footprint | |
FootprintFactory class | lsst::afw::detection::Footprint | friend |
FootprintMerge class | lsst::afw::detection::Footprint | friend |
getArea() const | lsst::afw::detection::Footprint | inline |
getBBox() const | lsst::afw::detection::Footprint | inline |
getCentroid() const | lsst::afw::detection::Footprint | inline |
getPeaks() | lsst::afw::detection::Footprint | inline |
getPeaks() const | lsst::afw::detection::Footprint | inline |
getPersistenceName() const override | lsst::afw::detection::Footprint | protectedvirtual |
getPythonModule() const override | lsst::afw::detection::Footprint | inlineprotectedvirtual |
getRegion() const | lsst::afw::detection::Footprint | inline |
getShape() const | lsst::afw::detection::Footprint | inline |
getSpans() const | lsst::afw::detection::Footprint | inline |
isContiguous() const | lsst::afw::detection::Footprint | inline |
isHeavy() const | lsst::afw::detection::Footprint | inlinevirtual |
isPersistable() const noexcept override | lsst::afw::detection::Footprint | inlinevirtual |
operator=(Footprint const &other)=default | lsst::afw::detection::Footprint | |
operator=(Footprint &&)=default | lsst::afw::detection::Footprint | |
lsst::afw::table::io::Persistable::operator=(Persistable const &other) noexcept=default | lsst::afw::table::io::Persistable | protected |
lsst::afw::table::io::Persistable::operator=(Persistable &&other) noexcept=default | lsst::afw::table::io::Persistable | protected |
operator==(Footprint const &other) const | lsst::afw::detection::Footprint | |
OutputArchiveHandle typedef | lsst::afw::table::io::Persistable | protected |
Persistable() noexcept=default | lsst::afw::table::io::Persistable | protected |
Persistable(Persistable const &other) noexcept=default | lsst::afw::table::io::Persistable | protected |
Persistable(Persistable &&other) noexcept=default | lsst::afw::table::io::Persistable | protected |
readFits(fits::Fits &fitsfile) | lsst::afw::table::io::PersistableFacade< lsst::afw::detection::Footprint > | inlinestatic |
readFits(std::string const &fileName, int hdu=fits::DEFAULT_HDU) | lsst::afw::table::io::PersistableFacade< lsst::afw::detection::Footprint > | inlinestatic |
readFits(fits::MemFileManager &manager, int hdu=fits::DEFAULT_HDU) | lsst::afw::table::io::PersistableFacade< lsst::afw::detection::Footprint > | inlinestatic |
readPeaks(afw::table::BaseCatalog const &, Footprint &) | lsst::afw::detection::Footprint | protectedstatic |
readSpanSet(afw::table::BaseCatalog const &, afw::table::io::InputArchive const &) | lsst::afw::detection::Footprint | protectedstatic |
removeOrphanPeaks() | lsst::afw::detection::Footprint | |
setPeakCatalog(PeakCatalog const &otherPeaks) | lsst::afw::detection::Footprint | |
setPeakSchema(afw::table::Schema const &peakSchema) | lsst::afw::detection::Footprint | |
setRegion(lsst::geom::Box2I const ®ion) | lsst::afw::detection::Footprint | inline |
setSpans(std::shared_ptr< geom::SpanSet > otherSpanSet) | lsst::afw::detection::Footprint | |
shift(int dx, int dy) | lsst::afw::detection::Footprint | |
shift(lsst::geom::ExtentI const &d) | lsst::afw::detection::Footprint | inline |
sortPeaks(afw::table::Key< float > const &key=afw::table::Key< float >()) | lsst::afw::detection::Footprint | |
split() const | lsst::afw::detection::Footprint | |
transform(std::shared_ptr< geom::SkyWcs > source, std::shared_ptr< geom::SkyWcs > target, lsst::geom::Box2I const ®ion, bool doClip=true) const | lsst::afw::detection::Footprint | |
transform(lsst::geom::LinearTransform const &t, lsst::geom::Box2I const ®ion, bool doClip=true) const | lsst::afw::detection::Footprint | |
transform(lsst::geom::AffineTransform const &t, lsst::geom::Box2I const ®ion, bool doClip=true) const | lsst::afw::detection::Footprint | |
transform(geom::TransformPoint2ToPoint2 const &t, lsst::geom::Box2I const ®ion, bool doClip=true) const | lsst::afw::detection::Footprint | |
write(OutputArchiveHandle &handle) const override | lsst::afw::detection::Footprint | 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 | |
~Footprint() override=default | lsst::afw::detection::Footprint | |
~Persistable() noexcept=default | lsst::afw::table::io::Persistable | virtual |