lsst.afw  tickets.DM-23835-g31c64b24f1
Public Member Functions | Public Attributes | List of all members
lsst::afw::geom::SipApproximation::Grid Struct Reference

Public Member Functions

 Grid (Extent2I const &shape_, SipApproximation const &parent)
 

Public Attributes

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

Detailed Description

Definition at line 108 of file SipApproximation.cc.

Constructor & Destructor Documentation

◆ Grid()

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

Definition at line 159 of file SipApproximation.cc.

Member Data Documentation

◆ dpix1

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

Definition at line 114 of file SipApproximation.cc.

◆ dpix2

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

Definition at line 116 of file SipApproximation.cc.

◆ shape

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

Definition at line 113 of file SipApproximation.cc.

◆ siwc

std::vector<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: