lsst.afw g8cdfe0ae6a+4fd9e222a8
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst::afw::image::pixelOp2< LhsT, RhsT > Struct Template Referenceabstract

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

#include <ImageAlgorithm.h>

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

Public Member Functions

virtual ~pixelOp2 ()
 
virtual LhsT operator() (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::pixelOp2< LhsT, RhsT >

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

Definition at line 76 of file ImageAlgorithm.h.

Constructor & Destructor Documentation

◆ ~pixelOp2()

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

Definition at line 77 of file ImageAlgorithm.h.

Member Function Documentation

◆ operator()()

template<typename LhsT , typename RhsT >
virtual LhsT lsst::afw::image::pixelOp2< LhsT, RhsT >::operator() ( LhsT lhs,
RhsT rhs ) const
pure virtual

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