clone() const override | lsst::jointcal::MagnitudeTransfoChebyshev | inlinevirtual |
computeChebyshev(double x, double y) const | lsst::jointcal::PhotometryTransformChebyshev | protected |
computeChebyshevDerivatives(double x, double y, Eigen::Ref< Eigen::VectorXd > derivatives) const | lsst::jointcal::PhotometryTransformChebyshev | protected |
computeParameterDerivatives(double x, double y, double value, Eigen::Ref< Eigen::VectorXd > derivatives) const override | lsst::jointcal::MagnitudeTransfoChebyshev | inlinevirtual |
dump(std::ostream &stream=std::cout) const override | lsst::jointcal::PhotometryTransformChebyshev | inlinevirtual |
getBBox() const | lsst::jointcal::PhotometryTransformChebyshev | inline |
getCoefficients() const | lsst::jointcal::PhotometryTransformChebyshev | inline |
getNpar() const override | lsst::jointcal::PhotometryTransformChebyshev | inlinevirtual |
getOrder() const | lsst::jointcal::PhotometryTransformChebyshev | inline |
getParameters() const override | lsst::jointcal::PhotometryTransformChebyshev | virtual |
MagnitudeTransfoChebyshev(size_t order, afw::geom::Box2D const &bbox) | lsst::jointcal::MagnitudeTransfoChebyshev | inline |
MagnitudeTransfoChebyshev(ndarray::Array< double, 2, 2 > const &coefficients, afw::geom::Box2D const &bbox) | lsst::jointcal::MagnitudeTransfoChebyshev | inline |
mean() const | lsst::jointcal::PhotometryTransformChebyshev | |
offsetParams(Eigen::VectorXd const &delta) override | lsst::jointcal::PhotometryTransformChebyshev | virtual |
PhotometryTransformChebyshev(size_t order, afw::geom::Box2D const &bbox, bool identity) | lsst::jointcal::PhotometryTransformChebyshev | |
PhotometryTransformChebyshev(ndarray::Array< double, 2, 2 > const &coefficients, afw::geom::Box2D const &bbox) | lsst::jointcal::PhotometryTransformChebyshev | |
transform(double x, double y, double value) const override | lsst::jointcal::MagnitudeTransfoChebyshev | inlinevirtual |
lsst::jointcal::PhotometryTransformChebyshev::transform(Point const &in, double value) const | lsst::jointcal::PhotometryTransform | inline |
transformError(double x, double y, double value, double valueErr) const override | lsst::jointcal::PhotometryTransformChebyshev | inlinevirtual |
lsst::jointcal::PhotometryTransform::transformError(Point const &in, double value, double valueErr) const | lsst::jointcal::PhotometryTransform | inline |