LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Namespaces | Typedefs | Functions
Relationship.h File Reference

This file provides a type alias for describing set relationships. More...

#include <bitset>

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::sphgeom
 

Typedefs

using lsst::sphgeom::Relationship = std::bitset< 3 >
 Relationship describes how two sets are related. More...
 

Functions

Relationship lsst::sphgeom::invert (Relationship r)
 Given the relationship between two sets A and B (i.e. More...
 

Detailed Description

This file provides a type alias for describing set relationships.

Definition in file Relationship.h.