#include <boost/preprocessor/seq.hpp>
#include <memory>
#include "ndarray.h"
#include "lsst/pex/exceptions.h"
#include "lsst/geom/Box.h"
#include "lsst/afw/math/Statistics.h"
#include "lsst/afw/math/Interpolate.h"
#include "lsst/afw/math/Approximate.h"
Go to the source code of this file.
◆ LSST_makeBackground_getApproximate
| #define LSST_makeBackground_getApproximate |
( |
| m, |
|
|
| v, |
|
|
| T ) |
Value:
ApproximateControl const& actrl, \
UndersampleStyle const undersampleStyle = \
THROW_EXCEPTION, \
T = 0 \
) const v;
Definition at line 396 of file Background.h.
◆ LSST_makeBackground_getApproximate_types
| #define LSST_makeBackground_getApproximate_types (Background::InternalPixelT) |
◆ LSST_makeBackground_getImage
| #define LSST_makeBackground_getImage |
( |
| m, |
|
|
| v, |
|
|
| T ) |
Value:
Interpolate::Style const interpStyle, \
UndersampleStyle const undersampleStyle = \
THROW_EXCEPTION, \
T = 0 \
) const v;
Definition at line 387 of file Background.h.
◆ LSST_makeBackground_getImage_types
| #define LSST_makeBackground_getImage_types (Background::InternalPixelT) |