|
LSST Applications g00274db5b6+edbf708997,g00d0e8bbd7+edbf708997,g199a45376c+5137f08352,g1fd858c14a+1d4b6db739,g262e1987ae+f4d9505c4f,g29ae962dfc+7156fb1a53,g2cef7863aa+73c82f25e4,g35bb328faa+edbf708997,g3e17d7035e+5b3adc59f5,g3fd5ace14f+852fa6fbcb,g47891489e3+6dc8069a4c,g53246c7159+edbf708997,g64539dfbff+9f17e571f4,g67b6fd64d1+6dc8069a4c,g74acd417e5+ae494d68d9,g786e29fd12+af89c03590,g7ae74a0b1c+a25e60b391,g7aefaa3e3d+536efcc10a,g7cc15d900a+d121454f8d,g87389fa792+a4172ec7da,g89139ef638+6dc8069a4c,g8d7436a09f+28c28d8d6d,g8ea07a8fe4+db21c37724,g92c671f44c+9f17e571f4,g98df359435+b2e6376b13,g99af87f6a8+b0f4ad7b8d,gac66b60396+966efe6077,gb88ae4c679+7dec8f19df,gbaa8f7a6c5+38b34f4976,gbf99507273+edbf708997,gc24b5d6ed1+9f17e571f4,gca7fc764a6+6dc8069a4c,gcc769fe2a4+97d0256649,gd7ef33dd92+6dc8069a4c,gdab6d2f7ff+ae494d68d9,gdbb4c4dda9+9f17e571f4,ge410e46f29+6dc8069a4c,geaed405ab2+e194be0d2b,w.2025.47
LSST Data Management Base Package
|
This is the complete list of members for lsst::afw::geom::SpanSet, including all inherited members.
| applyFunctor(Functor &&func, Args &&... args) const | lsst::afw::geom::SpanSet | inline |
| back() const | lsst::afw::geom::SpanSet | inline |
| begin() const | lsst::afw::geom::SpanSet | inline |
| cbegin() const | lsst::afw::geom::SpanSet | inline |
| cend() const | lsst::afw::geom::SpanSet | inline |
| clearMask(lsst::afw::image::Mask< T > &target, T bitmask) const | lsst::afw::geom::SpanSet | |
| clippedTo(lsst::geom::Box2I const &box) const | lsst::afw::geom::SpanSet | |
| computeCentroid() const | lsst::afw::geom::SpanSet | |
| computeShape() const | lsst::afw::geom::SpanSet | |
| const_iterator typedef | lsst::afw::geom::SpanSet | |
| const_reference typedef | lsst::afw::geom::SpanSet | |
| contains(SpanSet const &other) const | lsst::afw::geom::SpanSet | |
| contains(lsst::geom::Point2I const &point) const | lsst::afw::geom::SpanSet | |
| copyImage(image::Image< ImageT > const &src, image::Image< ImageT > &dest) | lsst::afw::geom::SpanSet | inline |
| copyMaskedImage(image::MaskedImage< ImageT, MaskT, VarT > const &src, image::MaskedImage< ImageT, MaskT, VarT > &dest) | lsst::afw::geom::SpanSet | inline |
| dilated(int r, Stencil s=Stencil::CIRCLE) const | lsst::afw::geom::SpanSet | |
| dilated(SpanSet const &other) const | lsst::afw::geom::SpanSet | |
| dynamicCast(std::shared_ptr< Persistable > const &ptr) | lsst::afw::table::io::PersistableFacade< lsst::afw::geom::SpanSet > | static |
| empty() const | lsst::afw::geom::SpanSet | inline |
| end() const | lsst::afw::geom::SpanSet | inline |
| eroded(int r, Stencil s=Stencil::CIRCLE) const | lsst::afw::geom::SpanSet | |
| eroded(SpanSet const &other) const | lsst::afw::geom::SpanSet | |
| findEdgePixels() const | lsst::afw::geom::SpanSet | |
| flatten(ndarray::Array< Pixel, inN, inC > const &input, lsst::geom::Point2I const &xy0=lsst::geom::Point2I()) const | lsst::afw::geom::SpanSet | inline |
| flatten(ndarray::Array< PixelOut, inA - 1, outC > const &output, ndarray::Array< PixelIn, inA, inC > const &input, lsst::geom::Point2I const &xy0=lsst::geom::Point2I()) const | lsst::afw::geom::SpanSet | inline |
| fromMask(image::Mask< T > const &mask, UnaryPredicate comparator=details::AnyBitSetFunctor< T >()) | lsst::afw::geom::SpanSet | inlinestatic |
| fromMask(image::Mask< T > const &mask, T bitmask) | lsst::afw::geom::SpanSet | inlinestatic |
| fromShape(int r, Stencil s=Stencil::CIRCLE, lsst::geom::Point2I offset=lsst::geom::Point2I()) | lsst::afw::geom::SpanSet | static |
| fromShape(geom::ellipses::Ellipse const &ellipse) | lsst::afw::geom::SpanSet | static |
| front() const | lsst::afw::geom::SpanSet | inline |
| getArea() const | lsst::afw::geom::SpanSet | |
| getBBox() const | lsst::afw::geom::SpanSet | |
| getPersistenceName() const override | lsst::afw::geom::SpanSet | privatevirtual |
| getPythonModule() const override | lsst::afw::geom::SpanSet | inlineprivatevirtual |
| intersect(SpanSet const &other) const | lsst::afw::geom::SpanSet | |
| intersect(image::Mask< T > const &other, T bitmask) const | lsst::afw::geom::SpanSet | |
| intersectNot(SpanSet const &other) const | lsst::afw::geom::SpanSet | |
| intersectNot(image::Mask< T > const &other, T bitmask) const | lsst::afw::geom::SpanSet | |
| isContiguous() const | lsst::afw::geom::SpanSet | |
| isPersistable() const noexcept override | lsst::afw::geom::SpanSet | inlinevirtual |
| operator!=(SpanSet const &other) const | lsst::afw::geom::SpanSet | |
| operator=(SpanSet const &)=default | lsst::afw::geom::SpanSet | |
| operator=(SpanSet &&other) | lsst::afw::geom::SpanSet | inline |
| 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==(SpanSet const &other) const | lsst::afw::geom::SpanSet | |
| OutputArchiveHandle typedef | lsst::afw::table::io::Persistable | protected |
| overlaps(SpanSet const &other) const | lsst::afw::geom::SpanSet | |
| 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::geom::SpanSet > | inlinestatic |
| readFits(std::string const &fileName, int hdu=fits::DEFAULT_HDU) | lsst::afw::table::io::PersistableFacade< lsst::afw::geom::SpanSet > | inlinestatic |
| readFits(fits::MemFileManager &manager, int hdu=fits::DEFAULT_HDU) | lsst::afw::table::io::PersistableFacade< lsst::afw::geom::SpanSet > | inlinestatic |
| setImage(image::Image< ImageT > &image, ImageT val, lsst::geom::Box2I const ®ion=lsst::geom::Box2I(), bool doClip=false) const | lsst::afw::geom::SpanSet | |
| setMask(lsst::afw::image::Mask< T > &target, T bitmask) const | lsst::afw::geom::SpanSet | |
| shiftedBy(int x, int y) const | lsst::afw::geom::SpanSet | |
| shiftedBy(lsst::geom::Extent2I const &offset) const | lsst::afw::geom::SpanSet | |
| size() const | lsst::afw::geom::SpanSet | inline |
| size_type typedef | lsst::afw::geom::SpanSet | |
| SpanSet() | lsst::afw::geom::SpanSet | |
| SpanSet(lsst::geom::Box2I const &box) | lsst::afw::geom::SpanSet | explicit |
| SpanSet(iter begin, iter end, bool normalize=true) | lsst::afw::geom::SpanSet | inline |
| SpanSet(std::vector< Span > const &vec, bool normalize=true) | lsst::afw::geom::SpanSet | explicit |
| SpanSet(std::vector< Span > &&vec, bool normalize=true) | lsst::afw::geom::SpanSet | explicit |
| SpanSet(SpanSet const &other)=delete | lsst::afw::geom::SpanSet | |
| SpanSet(SpanSet &&other)=delete | lsst::afw::geom::SpanSet | |
| SpansSetFactory class | lsst::afw::geom::SpanSet | friend |
| split() const | lsst::afw::geom::SpanSet | |
| transformedBy(lsst::geom::LinearTransform const &t) const | lsst::afw::geom::SpanSet | |
| transformedBy(lsst::geom::AffineTransform const &t) const | lsst::afw::geom::SpanSet | |
| transformedBy(TransformPoint2ToPoint2 const &t) const | lsst::afw::geom::SpanSet | |
| unflatten(ndarray::Array< Pixel, inA, inC > const &input) const | lsst::afw::geom::SpanSet | inline |
| unflatten(ndarray::Array< PixelOut, inA+1, outC > const &output, ndarray::Array< PixelIn, inA, inC > const &input, lsst::geom::Point2I const &xy0=lsst::geom::Point2I()) const | lsst::afw::geom::SpanSet | inline |
| union_(SpanSet const &other) const | lsst::afw::geom::SpanSet | |
| union_(image::Mask< T > const &other, T bitmask) const | lsst::afw::geom::SpanSet | |
| value_type typedef | lsst::afw::geom::SpanSet | |
| write(OutputArchiveHandle &handle) const override | lsst::afw::geom::SpanSet | privatevirtual |
| 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 | |
| ~Persistable() noexcept=default | lsst::afw::table::io::Persistable | virtual |
| ~SpanSet() override=default | lsst::afw::geom::SpanSet |