lsst.sphgeom
20.0.0-2-gd11eeda
|
#include <relationship.h>
Public Member Functions | |
PYBIND11_TYPE_CASTER (lsst::sphgeom::Relationship, _("int")) | |
bool | load (handle src, bool) |
Static Public Member Functions | |
static handle | cast (lsst::sphgeom::Relationship src, return_value_policy, handle) |
This struct is a partial specialization of type_caster for for lsst::sphgeom::Relationship.
It maps between std::bitset<3> and Python integers, avoiding the need to wrap the former. This header should be included by all wrappers for functions that consume or return Relationship instances.