23 #ifndef LSST_SPHGEOM_RELATIONSHIP_H_
24 #define LSST_SPHGEOM_RELATIONSHIP_H_
58 return (r & DISJOINT) | ((r & CONTAINS) << 1) | ((r & WITHIN) >> 1);
std::bitset< 3 > Relationship
Relationship describes how two sets are related.
Definition: Relationship.h:35
Relationship invert(Relationship r)
Definition: Relationship.h:55