lsst.afw g093c4c12c6+932d528d13
|
Class for representing Unary operations. More...
#include <Pixel.h>
Public Types | |
using | ImagePixelT = typename exprTraits< ExprT1 >::ImagePixelT |
using | MaskPixelT = typename exprTraits< ExprT1 >::MaskPixelT |
using | VariancePixelT = typename exprTraits< ExprT1 >::VariancePixelT |
Public Member Functions | |
UnaryExpr (ExprT1 e1, ImageBinOp imageOp=ImageBinOp(), MaskBinOp maskOp=MaskBinOp(), VarianceBinOp varOp=VarianceBinOp()) | |
a unary expression, with three functors to represent the image/mask/variance operations More... | |
ImagePixelT | image () const |
evaluate the image part of the expression More... | |
MaskPixelT | mask () const |
evaluate the mask part of the expression More... | |
VariancePixelT | variance () const |
evaluate the variance part of the expression More... | |
Class for representing Unary operations.
using lsst::afw::image::pixel::UnaryExpr< ExprT1, ImageBinOp, MaskBinOp, VarianceBinOp >::ImagePixelT = typename exprTraits<ExprT1>::ImagePixelT |
using lsst::afw::image::pixel::UnaryExpr< ExprT1, ImageBinOp, MaskBinOp, VarianceBinOp >::MaskPixelT = typename exprTraits<ExprT1>::MaskPixelT |
using lsst::afw::image::pixel::UnaryExpr< ExprT1, ImageBinOp, MaskBinOp, VarianceBinOp >::VariancePixelT = typename exprTraits<ExprT1>::VariancePixelT |
|
inline |
|
inline |
|
inline |
|
inline |