lsst.afw g3a5ebb7d8a+28b83bf6a5
Loading...
Searching...
No Matches
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 85 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 86 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: