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
Public Member Functions | Protected Attributes | List of all members
lsst.afw.math::details::binder3_1< TF > Class Template Reference

#include <Integrate.h>

Inheritance diagram for lsst.afw.math::details::binder3_1< TF >:

Public Member Functions

 binder3_1 (const TF &oper, typename TF::firstof3_argument_type val)
 
TF::result_type operator() (typename TF::secondof3_argument_type const &x1, typename TF::thirdof3_argument_type const &x2) const
 

Protected Attributes

TF _oper
 
TF::firstof3_argument_type _value
 

Detailed Description

template<class TF>
class lsst.afw.math::details::binder3_1< TF >

Definition at line 717 of file Integrate.h.

Constructor & Destructor Documentation

template<class TF>
lsst.afw.math::details::binder3_1< TF >::binder3_1 ( const TF &  oper,
typename TF::firstof3_argument_type  val 
)
inline

Definition at line 722 of file Integrate.h.

724  : _oper(oper), _value(val) {}
TF::firstof3_argument_type _value
Definition: Integrate.h:732
ImageT val
Definition: CR.cc:154

Member Function Documentation

template<class TF>
TF::result_type lsst.afw.math::details::binder3_1< TF >::operator() ( typename TF::secondof3_argument_type const &  x1,
typename TF::thirdof3_argument_type const &  x2 
) const
inline

Definition at line 726 of file Integrate.h.

727  {
728  return _oper(_value, x1, x2);
729  }
TF::firstof3_argument_type _value
Definition: Integrate.h:732

Member Data Documentation

template<class TF>
TF lsst.afw.math::details::binder3_1< TF >::_oper
protected

Definition at line 731 of file Integrate.h.

template<class TF>
TF::firstof3_argument_type lsst.afw.math::details::binder3_1< TF >::_value
protected

Definition at line 732 of file Integrate.h.


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