lsst.afw g714e0ed6de+de8826df4f
Loading...
Searching...
No Matches
lsst::afw::geom::SipApproximation::FitGrid Struct Reference

Public Member Functions

 FitGrid (lsst::geom::Box2D const &bbox_, lsst::geom::Extent2I const &shape_, lsst::geom::Point2D const &crpix, TransformPoint2ToPoint2 const &pixelToIwc)
 
lsst::geom::Extent2D getStep () const noexcept
 

Public Attributes

lsst::geom::Box2D bbox
 
lsst::geom::Extent2I shape
 
std::vector< lsst::geom::Point2Ddpix
 
std::vector< lsst::geom::Point2Diwc
 

Detailed Description

Definition at line 110 of file SipApproximation.cc.

Constructor & Destructor Documentation

◆ FitGrid()

lsst::afw::geom::SipApproximation::FitGrid::FitGrid ( lsst::geom::Box2D const & bbox_,
lsst::geom::Extent2I const & shape_,
lsst::geom::Point2D const & crpix,
TransformPoint2ToPoint2 const & pixelToIwc )
inline

Definition at line 112 of file SipApproximation.cc.

Member Function Documentation

◆ getStep()

lsst::geom::Extent2D lsst::afw::geom::SipApproximation::FitGrid::getStep ( ) const
inlinenoexcept

Definition at line 136 of file SipApproximation.cc.

Member Data Documentation

◆ bbox

lsst::geom::Box2D lsst::afw::geom::SipApproximation::FitGrid::bbox

Definition at line 143 of file SipApproximation.cc.

◆ dpix

std::vector<lsst::geom::Point2D> lsst::afw::geom::SipApproximation::FitGrid::dpix

Definition at line 145 of file SipApproximation.cc.

◆ iwc

std::vector<lsst::geom::Point2D> lsst::afw::geom::SipApproximation::FitGrid::iwc

Definition at line 146 of file SipApproximation.cc.

◆ shape

lsst::geom::Extent2I lsst::afw::geom::SipApproximation::FitGrid::shape

Definition at line 144 of file SipApproximation.cc.


The documentation for this struct was generated from the following file: