lsst.afw  21.0.0-20-g09baf175d+b753e4a737
Public Member Functions | List of all members
lsst::afw::image::pixelOp1< ValT > Struct Template Referenceabstract

A functor class equivalent to std::function<ValT (ValT)>, but with a virtual operator() More...

#include <ImageAlgorithm.h>

Inheritance diagram for lsst::afw::image::pixelOp1< ValT >:
std::function< ValT(ValT)>

Public Member Functions

virtual ~pixelOp1 ()
 
virtual ValT operator() (ValT lhs) const =0
 
swap (T... args)
 
assign (T... args)
 
target (T... args)
 
operator() (T... args)
 
target_type (T... args)
 
operator bool (T... args)
 

Detailed Description

template<typename ValT>
struct lsst::afw::image::pixelOp1< ValT >

A functor class equivalent to std::function<ValT (ValT)>, but with a virtual operator()

Examples
forEachPixel.cc.

Definition at line 61 of file ImageAlgorithm.h.

Constructor & Destructor Documentation

◆ ~pixelOp1()

template<typename ValT >
virtual lsst::afw::image::pixelOp1< ValT >::~pixelOp1 ( )
inlinevirtual

Definition at line 62 of file ImageAlgorithm.h.

Member Function Documentation

◆ operator()()

template<typename ValT >
virtual ValT lsst::afw::image::pixelOp1< ValT >::operator() ( ValT  lhs) const
pure virtual
Examples
forEachPixel.cc.

The documentation for this struct was generated from the following file: