LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <pybind11/pybind11.h>
#include "lsst/afw/geom/ellipses/Separable.h"
#include "lsst/afw/geom/ellipses/BaseCore.h"
#include "lsst/afw/geom/ellipses/Distortion.h"
#include "lsst/afw/geom/ellipses/ConformalShear.h"
#include "lsst/afw/geom/ellipses/ReducedShear.h"
#include "lsst/afw/geom/ellipses/radii.h"
Go to the source code of this file.
Functions | |
template<typename Ellipticity_ , typename Radius_ > | |
void | declareSeparable (py::module &mod, const std::string &suffix) |
PYBIND11_MODULE (separable, mod) | |
void declareSeparable | ( | py::module & | mod, |
const std::string & | suffix | ||
) |
Definition at line 41 of file separable.cc.
PYBIND11_MODULE | ( | separable | , |
mod | |||
) |
Definition at line 88 of file separable.cc.