lsst.afw  22.0.1-27-ga185acb71+cd0c1e0a06
Public Member Functions | List of all members
lsst::afw::image::pixelOp2XY< LhsT, RhsT > Struct Template Referenceabstract

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

#include <ImageAlgorithm.h>

Inheritance diagram for lsst::afw::image::pixelOp2XY< LhsT, RhsT >:
std::function< LhsT(int, int, LhsT, RhsT)>

Public Member Functions

virtual ~pixelOp2XY ()
 
virtual LhsT operator() (int x, int y, LhsT lhs, RhsT rhs) 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 LhsT, typename RhsT>
struct lsst::afw::image::pixelOp2XY< LhsT, RhsT >

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

Definition at line 88 of file ImageAlgorithm.h.

Constructor & Destructor Documentation

◆ ~pixelOp2XY()

template<typename LhsT , typename RhsT >
virtual lsst::afw::image::pixelOp2XY< LhsT, RhsT >::~pixelOp2XY ( )
inlinevirtual

Definition at line 89 of file ImageAlgorithm.h.

Member Function Documentation

◆ operator()()

template<typename LhsT , typename RhsT >
virtual LhsT lsst::afw::image::pixelOp2XY< LhsT, RhsT >::operator() ( int  x,
int  y,
LhsT  lhs,
RhsT  rhs 
) const
pure virtual

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