24#ifndef LSST_AFW_MATH_TransformBoundedField_h_INCLUDED
25#define LSST_AFW_MATH_TransformBoundedField_h_INCLUDED
29#include "lsst/pex/config.h"
67 ndarray::Array<double, 1, 1>
evaluate(ndarray::Array<double const, 1>
const &
x,
68 ndarray::Array<double const, 1>
const &
y)
const override;
An abstract base class for 2-d functions defined on an integer bounding boxes.
virtual double evaluate(lsst::geom::Point2D const &position) const =0
Evaluate the field at the given point.
A CRTP facade class for subclasses of Persistable.
io::OutputArchiveHandle OutputArchiveHandle
def scale(algorithm, min, max=None, frame=None)