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
ImageAlgorithm.h File Reference

Support for functors over Image's pixels. More...

#include <list>
#include <map>
#include <string>
#include <utility>
#include <functional>
#include "boost/tr1/functional.hpp"
#include "boost/mpl/bool.hpp"
#include "boost/shared_ptr.hpp"
#include "lsst/afw/image/lsstGil.h"
#include "lsst/afw/image/Utils.h"
#include "lsst/afw/image/ImageUtils.h"
#include "lsst/daf/base.h"
#include "lsst/daf/base/Citizen.h"
#include "lsst/pex/exceptions.h"

Go to the source code of this file.

Classes

struct  lsst::afw::image::pixelOp0< ValT >
 
struct  lsst::afw::image::pixelOp1< ValT >
 
struct  lsst::afw::image::pixelOp1XY< ValT >
 
struct  lsst::afw::image::pixelOp2< LhsT, RhsT >
 
struct  lsst::afw::image::pixelOp2XY< LhsT, RhsT >
 

Namespaces

 lsst
 Estimate image backgrounds.
 
 lsst::afw
 
 lsst::afw::image
 

Functions

template<typename LhsT >
void lsst::afw::image::for_each_pixel (Image< LhsT > &lhs, pixelOp0< LhsT > const &func)
 
template<typename LhsT >
void lsst::afw::image::for_each_pixel (Image< LhsT > &lhs, pixelOp1< LhsT > const &func)
 
template<typename LhsT >
void lsst::afw::image::for_each_pixel (Image< LhsT > &lhs, pixelOp1XY< LhsT > const &func)
 
template<typename LhsT , typename RhsT >
void lsst::afw::image::for_each_pixel (Image< LhsT > &lhs, Image< RhsT > const &rhs, pixelOp1< RhsT > const &func)
 
template<typename LhsT , typename RhsT >
void lsst::afw::image::for_each_pixel (Image< LhsT > &lhs, Image< RhsT > const &rhs, pixelOp2< LhsT, RhsT > const &func)
 
template<typename LhsT , typename RhsT >
void lsst::afw::image::for_each_pixel (Image< LhsT > &lhs, Image< RhsT > const &rhs, pixelOp2XY< LhsT, RhsT > const &func)
 

Detailed Description

Support for functors over Image's pixels.

Definition in file ImageAlgorithm.h.