LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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
 < multiple inclusion guard macro
 
 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.