LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Typedefs | Functions
productBoundedField.cc File Reference
#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)
 

Typedef Documentation

◆ PyClass

Definition at line 32 of file productBoundedField.cc.

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( productBoundedField  ,
mod   
)

Definition at line 34 of file productBoundedField.cc.

34  {
35  PyClass cls(mod, "ProductBoundedField");
37  // All other operations are wrapped by the BoundedField base class.
38 }
std::shared_ptr
STL class.
std::vector
STL class.
lsst::afw::geom.transform.transformContinued.cls
cls
Definition: transformContinued.py:33
PyClass
py::class_< ProductBoundedField, std::shared_ptr< ProductBoundedField >, BoundedField > PyClass
Definition: productBoundedField.cc:32
lsst::utils.tests.init
def init()
Definition: tests.py:58