LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Typedefs | Functions
Mask.h File Reference
#include <list>
#include <map>
#include <string>
#include <memory>
#include "lsst/base.h"
#include "lsst/daf/base/PropertySet.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/image/ImageBase.h"
#include "lsst/afw/image/LsstImageTypes.h"
#include "lsst/afw/fitsDefaults.h"

Go to the source code of this file.

Classes

struct  lsst::afw::image::detail::Mask_tag
 tag for a Mask More...
 
class  lsst::afw::image::Mask< MaskPixelT >
 Represent a 2-dimensional array of bitmask pixels. More...
 
struct  lsst::afw::image::Mask< MaskPixelT >::ImageTypeFactory< MaskPT >
 A templated class to return this classes' type (present in Image/Mask/MaskedImage) More...
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::image
 Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
 
 lsst::afw::image::detail
 

Typedefs

typedef std::map< std::string, int > lsst::afw::image::detail::MaskPlaneDict
 

Functions

template<typename PixelT >
void lsst::afw::image::swap (Mask< PixelT > &a, Mask< PixelT > &b)