lsst.jointcal  16.0-26-g3163dd8
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 948 of file AstrometryTransform.cc.

Constructor & Destructor Documentation

◆ PolyXY() [1/2]

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

Definition at line 954 of file AstrometryTransform.cc.

◆ PolyXY() [2/2]

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

Definition at line 961 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 967 of file AstrometryTransform.cc.

◆ coeff() [2/2]

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

Definition at line 972 of file AstrometryTransform.cc.

◆ getOrder()

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

Definition at line 959 of file AstrometryTransform.cc.


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