lsst.afw
21.0.0-46-g27369044f+532d44eec1
|
Public Member Functions | |
Grid (lsst::geom::Extent2I const &shape_, SipApproximation const &parent) | |
Public Attributes | |
lsst::geom::Extent2I const | shape |
std::vector< lsst::geom::Point2D > | dpix1 |
std::vector< lsst::geom::Point2D > | siwc |
std::vector< lsst::geom::Point2D > | dpix2 |
Definition at line 109 of file SipApproximation.cc.
lsst::afw::geom::SipApproximation::Grid::Grid | ( | lsst::geom::Extent2I const & | shape_, |
SipApproximation const & | parent | ||
) |
Definition at line 160 of file SipApproximation.cc.
std::vector<lsst::geom::Point2D> lsst::afw::geom::SipApproximation::Grid::dpix1 |
Definition at line 115 of file SipApproximation.cc.
std::vector<lsst::geom::Point2D> lsst::afw::geom::SipApproximation::Grid::dpix2 |
Definition at line 117 of file SipApproximation.cc.
lsst::geom::Extent2I const lsst::afw::geom::SipApproximation::Grid::shape |
Definition at line 114 of file SipApproximation.cc.
std::vector<lsst::geom::Point2D> lsst::afw::geom::SipApproximation::Grid::siwc |
Definition at line 116 of file SipApproximation.cc.