lsst.afw  22.0.1-41-g501672927+21a6849c81
Public Member Functions | Public Attributes | List of all members
lsst::afw::geom::SipApproximation::Grid Struct Reference

Public Member Functions

 Grid (lsst::geom::Extent2I const &shape_, SipApproximation const &parent)
 

Public Attributes

lsst::geom::Extent2I const shape
 
std::vector< lsst::geom::Point2Ddpix1
 
std::vector< lsst::geom::Point2Dsiwc
 
std::vector< lsst::geom::Point2Ddpix2
 

Detailed Description

Definition at line 108 of file SipApproximation.cc.

Constructor & Destructor Documentation

◆ Grid()

lsst::afw::geom::SipApproximation::Grid::Grid ( lsst::geom::Extent2I const &  shape_,
SipApproximation const &  parent 
)

Definition at line 159 of file SipApproximation.cc.

Member Data Documentation

◆ dpix1

std::vector<lsst::geom::Point2D> lsst::afw::geom::SipApproximation::Grid::dpix1

Definition at line 114 of file SipApproximation.cc.

◆ dpix2

std::vector<lsst::geom::Point2D> lsst::afw::geom::SipApproximation::Grid::dpix2

Definition at line 116 of file SipApproximation.cc.

◆ shape

lsst::geom::Extent2I const lsst::afw::geom::SipApproximation::Grid::shape

Definition at line 113 of file SipApproximation.cc.

◆ siwc

std::vector<lsst::geom::Point2D> lsst::afw::geom::SipApproximation::Grid::siwc

Definition at line 115 of file SipApproximation.cc.


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