23 #ifndef LSST_SPHGEOM_RELATIONSHIP_H_ 24 #define LSST_SPHGEOM_RELATIONSHIP_H_ 58 return (r & DISJOINT) | ((r & CONTAINS) << 1) | ((r & WITHIN) >> 1);
63 #endif // LSST_SPHGEOM_RELATIONSHIP_H_ Relationship invert(Relationship r)
Given the relationship between two sets A and B (i.e.
A base class for image defects.