lsst.jointcal g15c59248fb+49dda8497f
Public Member Functions | List of all members
lsst::jointcal::PolyXY Class Reference

Public Member Functions

 PolyXY (const int order)
 
std::size_t getOrder () const
 
 PolyXY (AstrometryTransformPolynomial const &transform, std::size_t whichCoord)
 
long double getCoefficient (std::size_t powX, std::size_t powY) const
 
long double & getCoefficient (std::size_t powX, std::size_t powY)
 

Detailed Description

Definition at line 962 of file AstrometryTransform.cc.

Constructor & Destructor Documentation

◆ PolyXY() [1/2]

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

Definition at line 968 of file AstrometryTransform.cc.

◆ PolyXY() [2/2]

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

Definition at line 975 of file AstrometryTransform.cc.

Member Function Documentation

◆ getCoefficient() [1/2]

long double & lsst::jointcal::PolyXY::getCoefficient ( std::size_t  powX,
std::size_t  powY 
)
inline

Definition at line 988 of file AstrometryTransform.cc.

◆ getCoefficient() [2/2]

long double lsst::jointcal::PolyXY::getCoefficient ( std::size_t  powX,
std::size_t  powY 
) const
inline

Definition at line 983 of file AstrometryTransform.cc.

◆ getOrder()

std::size_t lsst::jointcal::PolyXY::getOrder ( ) const
inline

Definition at line 973 of file AstrometryTransform.cc.


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