lsst.jointcal  16.0-17-g0bdc215+12
Public Member Functions | List of all members
lsst::jointcal::PolyXY Class Reference

Public Member Functions

 PolyXY (const int order)
 
unsigned getOrder () const
 
 PolyXY (GtransfoPoly const &gtransfoPoly, 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 890 of file Gtransfo.cc.

Constructor & Destructor Documentation

◆ PolyXY() [1/2]

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

Definition at line 896 of file Gtransfo.cc.

◆ PolyXY() [2/2]

lsst::jointcal::PolyXY::PolyXY ( GtransfoPoly const &  gtransfoPoly,
const unsigned  whichCoord 
)
inline

Definition at line 903 of file Gtransfo.cc.

Member Function Documentation

◆ coeff() [1/2]

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

Definition at line 910 of file Gtransfo.cc.

◆ coeff() [2/2]

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

Definition at line 915 of file Gtransfo.cc.

◆ getOrder()

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

Definition at line 901 of file Gtransfo.cc.


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