LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
34 r << (*this)[
XX], (*this)[
YX], (*this)[
XY], (*this)[
YY];
39 (*this)[XX] = vector[XX];
40 (*this)[XY] = vector[XY];
41 (*this)[YX] = vector[YX];
42 (*this)[YY] = vector[YY];
47 if (!lu.isInvertible()) {
58 r(0, XX) = input.getX();
59 r(0, XY) = input.getY();
60 r(1, YX) = input.getX();
61 r(1, YY) = input.getY();
66 std::ios::fmtflags flags =
os.
flags();
A base class for image defects.
std::ostream & operator<<(std::ostream &os, lsst::geom::AffineTransform const &transform)
#define LSST_EXCEPT(type,...)
Create an exception with a given type.