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::ConstantReg2< T > Struct Template Reference

#include <Integrate.h>

Inheritance diagram for lsst::afw::math::details::ConstantReg2< T >:

Public Member Functions

 ConstantReg2 (T a, T b)
 
 ConstantReg2 (IntRegion< T > const &r)
 
IntRegion< T > operator() (T x, T y) const
 

Public Attributes

IntRegion< T > ir
 

Detailed Description

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

Definition at line 658 of file Integrate.h.

Constructor & Destructor Documentation

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

Definition at line 659 of file Integrate.h.

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

Definition at line 660 of file Integrate.h.

660 : ir(r) {}

Member Function Documentation

template<class T >
IntRegion<T> lsst::afw::math::details::ConstantReg2< T >::operator() ( x,
y 
) const
inline

Definition at line 661 of file Integrate.h.

661 { return ir; }

Member Data Documentation

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

Definition at line 662 of file Integrate.h.


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