LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <memory>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include "lsst/geom/Box.h"
#include "lsst/geom/Point.h"
#include "lsst/afw/math/FunctionLibrary.h"
#include "lsst/afw/math/Function.h"
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::math | |
Functions | |
PYBIND11_DECLARE_HOLDER_TYPE (MyType, std::shared_ptr< MyType >) | |
template<typename ReturnT > | |
void | lsst::afw::math::declarePolynomialFunctions (py::module &mod, const std::string &suffix) |
template<typename ReturnT > | |
void | lsst::afw::math::declareChebyshevFunctions (py::module &mod, const std::string &suffix) |
template<typename ReturnT > | |
void | lsst::afw::math::declareGaussianFunctions (py::module &mod, const std::string &suffix) |
template<typename ReturnT > | |
void | lsst::afw::math::declareIntegerDeltaFunctions (py::module &mod, const std::string &suffix) |
template<typename ReturnT > | |
void | lsst::afw::math::declareLanczosFunctions (py::module &mod, const std::string &suffix) |
lsst::afw::math::PYBIND11_MODULE (functionLibrary, mod) | |
PYBIND11_DECLARE_HOLDER_TYPE | ( | MyType | , |
std::shared_ptr< MyType > | |||
) |