lsst.afw
20.0.0-18-gcabc0c9fd+109ac6652c
|
Go to the documentation of this file.
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;
101 #endif // !LSST_AFW_MATH_TransformBoundedField_h_INCLUDED
An abstract base class for 2-d functions defined on an integer bounding boxes.
A base class for image defects.
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.
def scale(algorithm, min, max=None, frame=None)
io::OutputArchiveHandle OutputArchiveHandle