LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
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) {}
bool val
TF::firstof3_argument_type _value
Definition: Integrate.h:732

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: