LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include "pybind11/pybind11.h"
#include "pybind11/stl.h"
#include "lsst/afw/math/ProductBoundedField.h"
Go to the source code of this file.
Typedefs | |
using | PyClass = py::class_< ProductBoundedField, std::shared_ptr< ProductBoundedField >, BoundedField > |
Functions | |
PYBIND11_MODULE (productBoundedField, mod) | |
using PyClass = py::class_<ProductBoundedField, std::shared_ptr<ProductBoundedField>, BoundedField> |
Definition at line 32 of file productBoundedField.cc.
PYBIND11_MODULE | ( | productBoundedField | , |
mod | |||
) |
Definition at line 34 of file productBoundedField.cc.