|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
#include <vector>#include <memory>#include "lsst/pex/exceptions.h"#include "lsst/afw/image/ImageSlice.h"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::image |
Functions | |
| 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/=(). | |