Go to the source code of this file.
|
| template void | lsst::afw::geom::SpanSet::setImage< std::uint16_t > (image::Image< std::uint16_t > &image, std::uint16_t val, lsst::geom::Box2I const ®ion=lsst::geom::Box2I(), bool doClip=false) const |
| |
| template void | lsst::afw::geom::SpanSet::setImage< std::uint64_t > (image::Image< std::uint64_t > &image, std::uint64_t val, lsst::geom::Box2I const ®ion=lsst::geom::Box2I(), bool doClip=false) const |
| |
| template void | lsst::afw::geom::SpanSet::setMask< image::MaskPixel > (image::Mask< image::MaskPixel > &target, image::MaskPixel bitmask) const |
| |
| template void | lsst::afw::geom::SpanSet::clearMask< image::MaskPixel > (image::Mask< image::MaskPixel > &target, image::MaskPixel bitmask) const |
| |
| template std::shared_ptr< SpanSet > | lsst::afw::geom::SpanSet::intersect< image::MaskPixel > (image::Mask< image::MaskPixel > const &other, image::MaskPixel bitmask) const |
| |
| template std::shared_ptr< SpanSet > | lsst::afw::geom::SpanSet::intersectNot< image::MaskPixel > (image::Mask< image::MaskPixel > const &other, image::MaskPixel bitmask) const |
| |
| template std::shared_ptr< SpanSet > | lsst::afw::geom::SpanSet::union_< image::MaskPixel > (image::Mask< image::MaskPixel > const &other, image::MaskPixel bitmask) const |
| |
◆ INSTANTIATE_IMAGE_TYPE
| #define INSTANTIATE_IMAGE_TYPE |
( |
| T | ) |
|
Value:
bool doClip = false) const;
A class to represent a 2-dimensional array of pixels.
Definition at line 1063 of file SpanSet.cc.
◆ INSTANTIATE_MASK_TYPE
| #define INSTANTIATE_MASK_TYPE |
( |
| T | ) |
|
Value: template void SpanSet::setMask<T>(
image::Mask<T> & target, T bitmask)
const; \
template void SpanSet::clearMask<T>(
image::Mask<T> & target, T bitmask)
const; \
const; \
Represent a 2-dimensional array of bitmask pixels.
Definition at line 1068 of file SpanSet.cc.