lsst.afw g3a5ebb7d8a+28b83bf6a5
Loading...
Searching...
No Matches
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

namespace  lsst
namespace  lsst::afw
namespace  lsst::afw::image
namespace  lsst::afw::image::detail

Typedefs

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

Functions

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