|
lsst.jointcal g29ae962dfc+6dd00d3e7d
|
Hash a ccdImage by its visit and ccd IDs. More...
#include <CcdImage.h>
Public Member Functions | |
| size_t | operator() (lsst::jointcal::CcdImageKey const &key) const |
| T | hash (T... args) |
| T | operator() (T... args) |
Hash a ccdImage by its visit and ccd IDs.
ccdId and visitId are both 32-bit ints, hash() returns a size_t, so put the ccdId in the most-significant-bit, and the visitId in the least for a simple, unique, hash per ccdImage.
Definition at line 243 of file CcdImage.h.
|
inline |
Definition at line 244 of file CcdImage.h.