LSST Applications g180d380827+0f66a164bb,g2079a07aa2+86d27d4dc4,g2305ad1205+7d304bc7a0,g29320951ab+500695df56,g2bbee38e9b+0e5473021a,g337abbeb29+0e5473021a,g33d1c0ed96+0e5473021a,g3a166c0a6a+0e5473021a,g3ddfee87b4+e42ea45bea,g48712c4677+36a86eeaa5,g487adcacf7+2dd8f347ac,g50ff169b8f+96c6868917,g52b1c1532d+585e252eca,g591dd9f2cf+c70619cc9d,g5a732f18d5+53520f316c,g5ea96fc03c+341ea1ce94,g64a986408d+f7cd9c7162,g858d7b2824+f7cd9c7162,g8a8a8dda67+585e252eca,g99cad8db69+469ab8c039,g9ddcbc5298+9a081db1e4,ga1e77700b3+15fc3df1f7,gb0e22166c9+60f28cb32d,gba4ed39666+c2a2e4ac27,gbb8dafda3b+c92fc63c7e,gbd866b1f37+f7cd9c7162,gc120e1dc64+02c66aa596,gc28159a63d+0e5473021a,gc3e9b769f7+b0068a2d9f,gcf0d15dbbd+e42ea45bea,gdaeeff99f8+f9a426f77a,ge6526c86ff+84383d05b3,ge79ae78c31+0e5473021a,gee10cc3b42+585e252eca,gff1a9f87cc+f7cd9c7162,w.2024.17
LSST Data Management Base Package
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
SpanSet.cc File Reference
#include <algorithm>
#include <iterator>
#include "lsst/afw/geom/SpanSet.h"
#include "lsst/afw/table/io/CatalogVector.h"
#include "lsst/afw/table/io/OutputArchive.h"
#include "lsst/afw/geom/ellipses/PixelRegion.h"
#include "lsst/afw/geom/transformFactory.h"
#include "lsst/afw/image/LsstImageTypes.h"
#include "lsst/afw/table/io/Persistable.cc"

Go to the source code of this file.

Namespaces

namespace  lsst
 
namespace  lsst::afw
 
namespace  lsst::afw::geom
 

Macros

#define INSTANTIATE_IMAGE_TYPE(T)
 
#define INSTANTIATE_MASK_TYPE(T)
 

Functions

template void lsst::afw::geom::SpanSet::setImage< std::uint16_t > (image::Image< std::uint16_t > &image, std::uint16_t val, lsst::geom::Box2I const &region=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 &region=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< SpanSetlsst::afw::geom::SpanSet::intersect< image::MaskPixel > (image::Mask< image::MaskPixel > const &other, image::MaskPixel bitmask) const
 
template std::shared_ptr< SpanSetlsst::afw::geom::SpanSet::intersectNot< image::MaskPixel > (image::Mask< image::MaskPixel > const &other, image::MaskPixel bitmask) const
 
template std::shared_ptr< SpanSetlsst::afw::geom::SpanSet::union_< image::MaskPixel > (image::Mask< image::MaskPixel > const &other, image::MaskPixel bitmask) const
 

Macro Definition Documentation

◆ INSTANTIATE_IMAGE_TYPE

#define INSTANTIATE_IMAGE_TYPE ( T)
Value:
template void SpanSet::setImage<T>(image::Image<T> & image, T val, \
lsst::geom::Box2I const& region = lsst::geom::Box2I(), \
bool doClip = false) const;
A class to represent a 2-dimensional array of pixels.
Definition Image.h:51
An integer coordinate rectangle.
Definition Box.h:55
ImageT val
Definition CR.cc:146

Definition at line 1059 of file SpanSet.cc.

1059#define INSTANTIATE_IMAGE_TYPE(T) \
1060 template void SpanSet::setImage<T>(image::Image<T> & image, T val, \
1061 lsst::geom::Box2I const& region = lsst::geom::Box2I(), \
1062 bool doClip = false) const;

◆ 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; \
template std::shared_ptr<SpanSet> SpanSet::intersect<T>(image::Mask<T> const& other, T bitmask) const; \
template std::shared_ptr<SpanSet> SpanSet::intersectNot<T>(image::Mask<T> const& other, T bitmask) \
const; \
template std::shared_ptr<SpanSet> SpanSet::union_<T>(image::Mask<T> const& other, T bitmask) const;
Key< Flag > const & target
Represent a 2-dimensional array of bitmask pixels.
Definition Mask.h:77

Definition at line 1064 of file SpanSet.cc.

1064#define INSTANTIATE_MASK_TYPE(T) \
1065 template void SpanSet::setMask<T>(image::Mask<T> & target, T bitmask) const; \
1066 template void SpanSet::clearMask<T>(image::Mask<T> & target, T bitmask) const; \
1067 template std::shared_ptr<SpanSet> SpanSet::intersect<T>(image::Mask<T> const& other, T bitmask) const; \
1068 template std::shared_ptr<SpanSet> SpanSet::intersectNot<T>(image::Mask<T> const& other, T bitmask) \
1069 const; \
1070 template std::shared_ptr<SpanSet> SpanSet::union_<T>(image::Mask<T> const& other, T bitmask) const;

Variable Documentation

◆ m

int m

Definition at line 48 of file SpanSet.cc.

◆ spanSetSchema

table::Schema spanSetSchema

Definition at line 987 of file SpanSet.cc.

◆ spanX0

table::Key<int> spanX0

Definition at line 989 of file SpanSet.cc.

◆ spanX1

table::Key<int> spanX1

Definition at line 990 of file SpanSet.cc.

◆ spanY

table::Key<int> spanY

Definition at line 988 of file SpanSet.cc.

◆ xmax

int xmax

Definition at line 48 of file SpanSet.cc.

◆ xmin

int xmin

Definition at line 48 of file SpanSet.cc.

◆ y

int y

Definition at line 48 of file SpanSet.cc.