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
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
 < multiple inclusion guard macro
 
 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.