lsst.afw g2603b601e3+b53bcbb7be
|
A temporary-only expression object for ellipse core convolution. More...
#include <Convolution.h>
Public Types | |
using | DerivativeMatrix = Eigen::Matrix3d |
Matrix type for derivative with respect to input ellipse parameters. More... | |
Public Member Functions | |
Convolution (BaseCore &self, BaseCore const &other) | |
Standard constructor. More... | |
std::shared_ptr< BaseCore > | copy () const |
Return a new convolved ellipse core. More... | |
void | inPlace () |
Convolve the ellipse core in-place. More... | |
DerivativeMatrix | d () const |
Return the derivative of convolved core with respect to self. More... | |
void | apply (BaseCore &result) const |
Public Attributes | |
BaseCore & | self |
BaseCore const & | other |
A temporary-only expression object for ellipse core convolution.
Definition at line 44 of file Convolution.h.
using lsst::afw::geom::ellipses::BaseCore::Convolution::DerivativeMatrix = Eigen::Matrix3d |
Matrix type for derivative with respect to input ellipse parameters.
Definition at line 47 of file Convolution.h.
|
inline |
Standard constructor.
Definition at line 50 of file Convolution.h.
void lsst::afw::geom::ellipses::BaseCore::Convolution::apply | ( | BaseCore & | result | ) | const |
Definition at line 50 of file Convolution.cc.
std::shared_ptr< BaseCore > lsst::afw::geom::ellipses::BaseCore::Convolution::copy | ( | ) | const |
Return a new convolved ellipse core.
Definition at line 32 of file Convolution.cc.
BaseCore::Convolution::DerivativeMatrix lsst::afw::geom::ellipses::BaseCore::Convolution::d | ( | ) | const |
Return the derivative of convolved core with respect to self.
Definition at line 40 of file Convolution.cc.
void lsst::afw::geom::ellipses::BaseCore::Convolution::inPlace | ( | ) |
Convolve the ellipse core in-place.
Definition at line 38 of file Convolution.cc.
BaseCore const& lsst::afw::geom::ellipses::BaseCore::Convolution::other |
Definition at line 64 of file Convolution.h.
BaseCore& lsst::afw::geom::ellipses::BaseCore::Convolution::self |
Definition at line 63 of file Convolution.h.