| _bbox | lsst::afw::math::Approximate< PixelT > | protected |
| _ctrl | lsst::afw::math::Approximate< PixelT > | protected |
| _xVec | lsst::afw::math::Approximate< PixelT > | protected |
| _yVec | lsst::afw::math::Approximate< PixelT > | protected |
| Approximate(Approximate const &)=delete | lsst::afw::math::Approximate< PixelT > | |
| Approximate(Approximate &&)=delete | lsst::afw::math::Approximate< PixelT > | |
| Approximate(std::vector< double > const &x, std::vector< double > const &y, lsst::geom::Box2I const &bbox, ApproximateControl const &ctrl) | lsst::afw::math::Approximate< PixelT > | inlineprotected |
| doGetImage(int orderX, int orderY) const =0 | lsst::afw::math::Approximate< PixelT > | privatepure virtual |
| doGetMaskedImage(int orderX, int orderY) const =0 | lsst::afw::math::Approximate< PixelT > | privatepure virtual |
| getImage(int orderX=-1, int orderY=-1) const | lsst::afw::math::Approximate< PixelT > | inline |
| getMaskedImage(int orderX=-1, int orderY=-1) const | lsst::afw::math::Approximate< PixelT > | inline |
| makeApproximate(std::vector< double > const &x, std::vector< double > const &y, image::MaskedImage< PixelT > const &im, lsst::geom::Box2I const &bbox, ApproximateControl const &ctrl) | lsst::afw::math::Approximate< PixelT > | friend |
| operator=(Approximate const &)=delete | lsst::afw::math::Approximate< PixelT > | |
| operator=(Approximate &&)=delete | lsst::afw::math::Approximate< PixelT > | |
| OutPixelT typedef | lsst::afw::math::Approximate< PixelT > | |
| ~Approximate()=default | lsst::afw::math::Approximate< PixelT > | virtual |