lsst.afw
tickets.DM-23835-g31c64b24f1
|
Public Member Functions | |
Grid (Extent2I const &shape_, SipApproximation const &parent) | |
Public Attributes | |
const Extent2I | shape |
std::vector< Point2D > | dpix1 |
std::vector< Point2D > | siwc |
std::vector< Point2D > | dpix2 |
Definition at line 108 of file SipApproximation.cc.
lsst::afw::geom::SipApproximation::Grid::Grid | ( | Extent2I const & | shape_, |
SipApproximation const & | parent | ||
) |
Definition at line 159 of file SipApproximation.cc.
std::vector<Point2D> lsst::afw::geom::SipApproximation::Grid::dpix1 |
Definition at line 114 of file SipApproximation.cc.
std::vector<Point2D> lsst::afw::geom::SipApproximation::Grid::dpix2 |
Definition at line 116 of file SipApproximation.cc.
const Extent2I lsst::afw::geom::SipApproximation::Grid::shape |
Definition at line 113 of file SipApproximation.cc.
std::vector<Point2D> lsst::afw::geom::SipApproximation::Grid::siwc |
Definition at line 115 of file SipApproximation.cc.