lsst.meas.astrom
14.0-7-g0d69b06+3
|
Base class for SIP transform objects. More...
#include <SipTransform.h>
Public Member Functions | |
afw::geom::Point2D const & | getPixelOrigin () const |
Return the pixel origin (CRPIX, but zero-indexed) of the transform. More... | |
afw::geom::LinearTransform const & | getCdMatrix () const |
Return the CD matrix of the transform. More... | |
PolynomialTransform const & | getPoly () const |
Return the polynomial component of the transform (A,B) or (AP,BP). More... | |
Protected Member Functions | |
SipTransformBase (afw::geom::Point2D const &pixelOrigin, afw::geom::LinearTransform const &cdMatrix, PolynomialTransform const &poly) | |
Construct a SipTransformBase from its components. More... | |
SipTransformBase (SipTransformBase const &other)=default | |
SipTransformBase (SipTransformBase &&other)=default | |
SipTransformBase & | operator= (SipTransformBase const &other)=default |
SipTransformBase & | operator= (SipTransformBase &&other)=default |
void | swap (SipTransformBase &other) |
void | transformPixelsInPlace (afw::geom::AffineTransform const &s) |
Protected Attributes | |
afw::geom::Point2D | _pixelOrigin |
afw::geom::LinearTransform | _cdMatrix |
PolynomialTransform | _poly |
Base class for SIP transform objects.
This class simply provides some getters for its derived classes. It should not be used directly, and does not define a polymorphic interface.
Definition at line 52 of file SipTransform.h.
|
inlineprotected |
Construct a SipTransformBase from its components.
See SipForwardTransform and SipReverseTransform for more extensive definitions.
[in] | pixelOrigin | CRPIX \((u_0,v_0)\) (zero-indexed) |
[in] | cdMatrix | CD matrix \(Z\) |
[in] | poly | Either the forward or reverse SIP polynomial (depending on the derived class). |
Definition at line 84 of file SipTransform.h.
|
protecteddefault |
|
protecteddefault |
|
inline |
Return the CD matrix of the transform.
Definition at line 63 of file SipTransform.h.
|
inline |
Return the pixel origin (CRPIX, but zero-indexed) of the transform.
Definition at line 58 of file SipTransform.h.
|
inline |
Return the polynomial component of the transform (A,B) or (AP,BP).
Definition at line 68 of file SipTransform.h.
|
protecteddefault |
|
protecteddefault |
|
inlineprotected |
Definition at line 98 of file SipTransform.h.
|
protected |
Definition at line 34 of file SipTransform.cc.
|
protected |
Definition at line 107 of file SipTransform.h.
|
protected |
Definition at line 106 of file SipTransform.h.
|
protected |
Definition at line 108 of file SipTransform.h.