Definition at line 170 of file Interpolate.cc.
◆ Style
| Enumerator |
|---|
| UNKNOWN | |
| CONSTANT | |
| LINEAR | |
| NATURAL_SPLINE | |
| CUBIC_SPLINE | |
| CUBIC_SPLINE_PERIODIC | |
| AKIMA_SPLINE | |
| AKIMA_SPLINE_PERIODIC | |
| NUM_STYLES | |
Definition at line 38 of file Interpolate.h.
◆ ~InterpolateGsl()
| lsst::afw::math::InterpolateGsl::~InterpolateGsl |
( |
| ) |
|
|
override |
◆ interpolate() [1/3]
| double lsst::afw::math::InterpolateGsl::interpolate |
( |
double const |
x | ) |
const |
|
overridevirtual |
◆ interpolate() [2/3]
| ndarray::Array< double, 1 > lsst::afw::math::Interpolate::interpolate |
( |
ndarray::Array< double const, 1 > const & |
x | ) |
const |
|
inherited |
◆ interpolate() [3/3]
◆ makeInterpolate
A factory function to make Interpolate objects.
- Parameters
-
| x | the x-values of points |
| y | the values at x[] |
| style | desired interpolator |
Definition at line 347 of file Interpolate.cc.
◆ _style
◆ _x
| std::vector<double> const lsst::afw::math::Interpolate::_x |
|
protectedinherited |
◆ _y
| std::vector<double> const lsst::afw::math::Interpolate::_y |
|
protectedinherited |
The documentation for this class was generated from the following file: