lsst.afw 22.0.1-43-gf2a78aa89+d93e5fd551
Public Types | Public Member Functions | Public Attributes | List of all members
_ellipses::Ellipse::Convolution Class Referencefinal

A temporary-only expression object for ellipse convolution. More...

#include <Convolution.h>

Public Types

using DerivativeMatrix = Eigen::Matrix< double, 5, 5 >
 Matrix type for derivative with respect to input ellipse parameters. More...
 

Public Member Functions

 Convolution (Ellipse &self, Ellipse const &other)
 Standard constructor. More...
 
std::shared_ptr< Ellipsecopy () const
 Return a new convolved ellipse. More...
 
void inPlace ()
 Convolve the ellipse in-place. More...
 
DerivativeMatrix d () const
 Return the derivative of convolved ellipse with respect to self. More...
 

Public Attributes

Ellipseself
 
Ellipse const & other
 

Detailed Description

A temporary-only expression object for ellipse convolution.

Definition at line 70 of file Convolution.h.

Member Typedef Documentation

◆ DerivativeMatrix

using _ellipses::Ellipse::Convolution::DerivativeMatrix = Eigen::Matrix<double, 5, 5>

Matrix type for derivative with respect to input ellipse parameters.

Definition at line 73 of file Convolution.h.

Constructor & Destructor Documentation

◆ Convolution()

_ellipses::Ellipse::Convolution::Convolution ( Ellipse self,
Ellipse const &  other 
)
inline

Standard constructor.

Definition at line 76 of file Convolution.h.

Member Function Documentation

◆ copy()

std::shared_ptr< Ellipse > _ellipses::Ellipse::Convolution::copy ( ) const

Return a new convolved ellipse.

Definition at line 58 of file Convolution.cc.

◆ d()

Ellipse::Convolution::DerivativeMatrix _ellipses::Ellipse::Convolution::d ( ) const

Return the derivative of convolved ellipse with respect to self.

Definition at line 69 of file Convolution.cc.

◆ inPlace()

void _ellipses::Ellipse::Convolution::inPlace ( )

Convolve the ellipse in-place.

Definition at line 64 of file Convolution.cc.

Member Data Documentation

◆ other

Ellipse const& _ellipses::Ellipse::Convolution::other

Definition at line 88 of file Convolution.h.

◆ self

Ellipse& _ellipses::Ellipse::Convolution::self

Definition at line 87 of file Convolution.h.


The documentation for this class was generated from the following files: