LSSTApplications  11.0-13-gbb96280,12.1.rc1,12.1.rc1+1,12.1.rc1+2,12.1.rc1+5,12.1.rc1+8,12.1.rc1-1-g06d7636+1,12.1.rc1-1-g253890b+5,12.1.rc1-1-g3d31b68+7,12.1.rc1-1-g3db6b75+1,12.1.rc1-1-g5c1385a+3,12.1.rc1-1-g83b2247,12.1.rc1-1-g90cb4cf+6,12.1.rc1-1-g91da24b+3,12.1.rc1-2-g3521f8a,12.1.rc1-2-g39433dd+4,12.1.rc1-2-g486411b+2,12.1.rc1-2-g4c2be76,12.1.rc1-2-gc9c0491,12.1.rc1-2-gda2cd4f+6,12.1.rc1-3-g3391c73+2,12.1.rc1-3-g8c1bd6c+1,12.1.rc1-3-gcf4b6cb+2,12.1.rc1-4-g057223e+1,12.1.rc1-4-g19ed13b+2,12.1.rc1-4-g30492a7
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
Mask.cc File Reference

Implementations of Mask class methods. More...

#include <functional>
#include <list>
#include <string>
#include "boost/format.hpp"
#include "boost/filesystem/path.hpp"
#include "boost/functional/hash.hpp"
#include "lsst/daf/base.h"
#include "lsst/daf/base/Citizen.h"
#include "lsst/pex/exceptions.h"
#include "lsst/log/Log.h"
#include "lsst/afw/image/Wcs.h"
#include "lsst/afw/image/Mask.h"
#include "lsst/afw/image/LsstImageTypes.h"
#include "boost/mpl/vector.hpp"
#include "boost/gil/gil_all.hpp"
#include "lsst/afw/image/fits/fits_io.h"
#include "lsst/afw/image/fits/fits_io_mpl.h"

Go to the source code of this file.

Classes

class  lsst::afw::image::detail::MaskDict
 

Namespaces

 lsst
 Remove all non-astronomical counts from the Chunk Exposure's pixels.
 
 lsst::afw
 
 lsst::afw::image
 
 lsst::afw::image::detail
 

Functions

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

Detailed Description

Implementations of Mask class methods.

Definition in file Mask.cc.

Variable Documentation

boost::shared_ptr< detail::MaskDict > _defaultMaskDict

Definition at line 267 of file Mask.cc.

detail::MaskPlaneDict _dict

Definition at line 143 of file Mask.cc.

int _dictCounter

Definition at line 269 of file Mask.cc.

HandleList _dicts

Definition at line 268 of file Mask.cc.

std::size_t _hash

Definition at line 144 of file Mask.cc.

int _id

Definition at line 679 of file Mask.cc.

std::string const& _name

Definition at line 678 of file Mask.cc.