lsst.jointcal  17.0.1-5-g5a10bbc+2
Public Member Functions | List of all members
lsst::jointcal::PolyXY Class Reference

Public Member Functions

 PolyXY (const int order)
 
unsigned getOrder () const
 
 PolyXY (AstrometryTransformPolynomial const &transform, const unsigned whichCoord)
 
long double coeff (const unsigned powX, const unsigned powY) const
 
long double & coeff (const unsigned powX, const unsigned powY)
 

Detailed Description

Definition at line 947 of file AstrometryTransform.cc.

Constructor & Destructor Documentation

◆ PolyXY() [1/2]

lsst::jointcal::PolyXY::PolyXY ( const int  order)
inline

Definition at line 953 of file AstrometryTransform.cc.

◆ PolyXY() [2/2]

lsst::jointcal::PolyXY::PolyXY ( AstrometryTransformPolynomial const &  transform,
const unsigned  whichCoord 
)
inline

Definition at line 960 of file AstrometryTransform.cc.

Member Function Documentation

◆ coeff() [1/2]

long double lsst::jointcal::PolyXY::coeff ( const unsigned  powX,
const unsigned  powY 
) const
inline

Definition at line 966 of file AstrometryTransform.cc.

◆ coeff() [2/2]

long double& lsst::jointcal::PolyXY::coeff ( const unsigned  powX,
const unsigned  powY 
)
inline

Definition at line 971 of file AstrometryTransform.cc.

◆ getOrder()

unsigned lsst::jointcal::PolyXY::getOrder ( ) const
inline

Definition at line 958 of file AstrometryTransform.cc.


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