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 | 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 >:

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 650 of file Integrate.h.

Constructor & Destructor Documentation

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

Definition at line 651 of file Integrate.h.

651 : ir(a, b) {}
afw::table::Key< double > b
template<class T >
lsst::afw::math::details::ConstantReg1< T >::ConstantReg1 ( IntRegion< T > const &  r)
inline

Definition at line 652 of file Integrate.h.

652 : ir(r) {}

Member Function Documentation

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

Definition at line 653 of file Integrate.h.

653 { return ir; }

Member Data Documentation

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

Definition at line 654 of file Integrate.h.


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