|
| 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.
|
| |
| template<typename PixelT> |
| std::shared_ptr< Image< PixelT > > | lsst::afw::image::operator+ (Image< PixelT > const &img, ImageSlice< PixelT > const &slc) |
| | Overload operator+()
|
| |
| template<typename PixelT> |
| std::shared_ptr< Image< PixelT > > | lsst::afw::image::operator+ (ImageSlice< PixelT > const &slc, Image< PixelT > const &img) |
| | Overload operator+()
|
| |
| template<typename PixelT> |
| void | lsst::afw::image::operator+= (Image< PixelT > &img, ImageSlice< PixelT > const &slc) |
| | Overload operator+=()
|
| |
| template<typename PixelT> |
| std::shared_ptr< Image< PixelT > > | lsst::afw::image::operator- (Image< PixelT > const &img, ImageSlice< PixelT > const &slc) |
| | Overload operator-()
|
| |
| template<typename PixelT> |
| void | lsst::afw::image::operator-= (Image< PixelT > &img, ImageSlice< PixelT > const &slc) |
| | Overload operator-=()
|
| |
| template<typename PixelT> |
| std::shared_ptr< Image< PixelT > > | lsst::afw::image::operator* (Image< PixelT > const &img, ImageSlice< PixelT > const &slc) |
| | Overload operator*()
|
| |
| template<typename PixelT> |
| std::shared_ptr< Image< PixelT > > | lsst::afw::image::operator* (ImageSlice< PixelT > const &slc, Image< PixelT > const &img) |
| | Overload operator*()
|
| |
| template<typename PixelT> |
| void | lsst::afw::image::operator*= (Image< PixelT > &img, ImageSlice< PixelT > const &slc) |
| | Overload operator*=()
|
| |
| template<typename PixelT> |
| std::shared_ptr< Image< PixelT > > | lsst::afw::image::operator/ (Image< PixelT > const &img, ImageSlice< PixelT > const &slc) |
| | Overload operator/()
|
| |
| template<typename PixelT> |
| void | lsst::afw::image::operator/= (Image< PixelT > &img, ImageSlice< PixelT > const &slc) |
| | Overload operator/=()
|
| |