lsst.afw gd599963eb3+914da4f383
Public Member Functions | List of all members
lsst::afw::math::details::Int3DAuxType< TF, YREG, ZREG > Class Template Reference

#include <Integrate.h>

Inheritance diagram for lsst::afw::math::details::Int3DAuxType< TF, YREG, ZREG >:
std::unary_function< TF::firstof3_argument_type, TF::result_type >

Public Member Functions

 Int3DAuxType (const TF &func, const YREG &yreg, const ZREG &zreg, const typename TF::result_type &abserr, const typename TF::result_type &relerr)
 
TF::result_type operator() (typename TF::firstof3_argument_type x) const
 

Detailed Description

template<class TF, class YREG, class ZREG>
class lsst::afw::math::details::Int3DAuxType< TF, YREG, ZREG >

Definition at line 677 of file Integrate.h.

Constructor & Destructor Documentation

◆ Int3DAuxType()

template<class TF , class YREG , class ZREG >
lsst::afw::math::details::Int3DAuxType< TF, YREG, ZREG >::Int3DAuxType ( const TF &  func,
const YREG &  yreg,
const ZREG &  zreg,
const typename TF::result_type &  abserr,
const typename TF::result_type &  relerr 
)
inline

Definition at line 680 of file Integrate.h.

Member Function Documentation

◆ operator()()

template<class TF , class YREG , class ZREG >
TF::result_type lsst::afw::math::details::Int3DAuxType< TF, YREG, ZREG >::operator() ( typename TF::firstof3_argument_type  x) const
inline

Definition at line 684 of file Integrate.h.


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