LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
Mask.cc File Reference

Implementations of Mask class methods. More...

#include <functional>
#include <list>
#include <string>
#include "boost/lambda/lambda.hpp"
#include "boost/format.hpp"
#include "boost/filesystem/path.hpp"
#include "boost/functional/hash.hpp"
#include "boost/bind.hpp"
#include "lsst/daf/base.h"
#include "lsst/daf/base/Citizen.h"
#include "lsst/pex/exceptions.h"
#include "lsst/pex/logging/Trace.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
 Estimate image backgrounds.
 
 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 271 of file Mask.cc.

detail::MaskPlaneDict _dict

Definition at line 147 of file Mask.cc.

int _dictCounter

Definition at line 273 of file Mask.cc.

HandleList _dicts

Definition at line 272 of file Mask.cc.

std::size_t _hash

Definition at line 148 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.