lsst.jointcal g99855d9996+2640a1f21c
Loading...
Searching...
No Matches
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 doublegetCoefficient (std::size_t powX, std::size_t powY)
 

Detailed Description

Definition at line 961 of file AstrometryTransform.cc.

Constructor & Destructor Documentation

◆ PolyXY() [1/2]

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

Definition at line 967 of file AstrometryTransform.cc.

◆ PolyXY() [2/2]

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

Definition at line 974 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 987 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 982 of file AstrometryTransform.cc.

◆ getOrder()

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

Definition at line 972 of file AstrometryTransform.cc.


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