LSSTApplications  20.0.0
LSSTDataManagementBasePackage
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/InputArchive.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

 lsst
 A base class for image defects.
 
 lsst::afw
 
 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< 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
 

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;

Definition at line 1044 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; \
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;

Definition at line 1049 of file SpanSet.cc.

Variable Documentation

◆ m

int m

Definition at line 49 of file SpanSet.cc.

◆ spanSetSchema

table::Schema spanSetSchema

Definition at line 971 of file SpanSet.cc.

◆ spanX0

table::Key<int> spanX0

Definition at line 973 of file SpanSet.cc.

◆ spanX1

table::Key<int> spanX1

Definition at line 974 of file SpanSet.cc.

◆ spanY

table::Key<int> spanY

Definition at line 972 of file SpanSet.cc.

◆ xmax

int xmax

Definition at line 49 of file SpanSet.cc.

◆ xmin

int xmin

Definition at line 49 of file SpanSet.cc.

◆ y

int y
lsst::afw::image
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
Definition: imageAlgorithm.dox:1
std::shared_ptr
STL class.
lsst::afw::image::Mask
Represent a 2-dimensional array of bitmask pixels.
Definition: Mask.h:77
val
ImageT val
Definition: CR.cc:146
other
ItemVariant const * other
Definition: Schema.cc:56
target
Key< Flag > const & target
Definition: BaseColumnView.cc:20
lsst::geom::Box2I
An integer coordinate rectangle.
Definition: Box.h:55
lsst::afw::image::Image
A class to represent a 2-dimensional array of pixels.
Definition: Image.h:58