|
| template<typename OperatorT , typename PixelT > |
| void | lsst::afw::image::details::operate (Image< PixelT > &img, ImageSlice< PixelT > const &slc, typename ImageSlice< PixelT >::ImageSliceType sliceType) |
| | A function to loop over pixels and perform the requested operation. More...
|
| |
| template<typename PixelT > |
| std::shared_ptr< Image< PixelT > > | lsst::afw::image::operator+ (Image< PixelT > const &img, ImageSlice< PixelT > const &slc) |
| | Overload operator+() More...
|
| |
| template<typename PixelT > |
| std::shared_ptr< Image< PixelT > > | lsst::afw::image::operator+ (ImageSlice< PixelT > const &slc, Image< PixelT > const &img) |
| | Overload operator+() More...
|
| |
| template<typename PixelT > |
| void | lsst::afw::image::operator+= (Image< PixelT > &img, ImageSlice< PixelT > const &slc) |
| | Overload operator+=() More...
|
| |
| template<typename PixelT > |
| std::shared_ptr< Image< PixelT > > | lsst::afw::image::operator- (Image< PixelT > const &img, ImageSlice< PixelT > const &slc) |
| | Overload operator-() More...
|
| |
| template<typename PixelT > |
| void | lsst::afw::image::operator-= (Image< PixelT > &img, ImageSlice< PixelT > const &slc) |
| | Overload operator-=() More...
|
| |
| template<typename PixelT > |
| std::shared_ptr< Image< PixelT > > | lsst::afw::image::operator* (Image< PixelT > const &img, ImageSlice< PixelT > const &slc) |
| | Overload operator*() More...
|
| |
| template<typename PixelT > |
| std::shared_ptr< Image< PixelT > > | lsst::afw::image::operator* (ImageSlice< PixelT > const &slc, Image< PixelT > const &img) |
| | Overload operator*() More...
|
| |
| template<typename PixelT > |
| void | lsst::afw::image::operator*= (Image< PixelT > &img, ImageSlice< PixelT > const &slc) |
| | Overload operator*=() More...
|
| |
| template<typename PixelT > |
| std::shared_ptr< Image< PixelT > > | lsst::afw::image::operator/ (Image< PixelT > const &img, ImageSlice< PixelT > const &slc) |
| | Overload operator/() More...
|
| |
| template<typename PixelT > |
| void | lsst::afw::image::operator/= (Image< PixelT > &img, ImageSlice< PixelT > const &slc) |
| | Overload operator/=() More...
|
| |