lsst.afw  21.0.0-23-g03fb9f672+f385fa6f38
Public Member Functions | Public Attributes | List of all members
lsst::afw::math::details::ConstantReg1< T > Struct Template Reference

Helpers for constant regions for int2d, int3d: More...

#include <Integrate.h>

Inheritance diagram for lsst::afw::math::details::ConstantReg1< T >:
std::unary_function< T, IntRegion< T > >

Public Member Functions

 ConstantReg1 (T a, T b)
 
 ConstantReg1 (IntRegion< T > const &r)
 
IntRegion< T > operator() (T) const
 

Public Attributes

IntRegion< T > ir
 

Detailed Description

template<class T>
struct lsst::afw::math::details::ConstantReg1< T >

Helpers for constant regions for int2d, int3d:

Definition at line 657 of file Integrate.h.

Constructor & Destructor Documentation

◆ ConstantReg1() [1/2]

template<class T >
lsst::afw::math::details::ConstantReg1< T >::ConstantReg1 ( a,
b 
)
inline

Definition at line 658 of file Integrate.h.

◆ ConstantReg1() [2/2]

template<class T >
lsst::afw::math::details::ConstantReg1< T >::ConstantReg1 ( IntRegion< T > const &  r)
inline

Definition at line 659 of file Integrate.h.

Member Function Documentation

◆ operator()()

template<class T >
IntRegion<T> lsst::afw::math::details::ConstantReg1< T >::operator() ( ) const
inline

Definition at line 660 of file Integrate.h.

Member Data Documentation

◆ ir

template<class T >
IntRegion<T> lsst::afw::math::details::ConstantReg1< T >::ir

Definition at line 661 of file Integrate.h.


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