23 #ifndef LSST_SPHGEOM_PYTHON_RELATIONSHIP_H_ 24 #define LSST_SPHGEOM_PYTHON_RELATIONSHIP_H_ 26 #include "pybind11/pybind11.h" 28 #include "../Relationship.h" 40 struct type_caster<
lsst::sphgeom::Relationship> {
48 bool load(handle src,
bool) {
56 return PyLong_FromUnsignedLong(src.to_ulong());
63 #endif // LSST_SPHGEOM_PYTHON_RELATIONSHIP_H_ Definition: relationship.h:30
std::bitset< 3 > Relationship
Relationship describes how two sets are related.
Definition: Relationship.h:35