lsst.jointcal
16.0-18-gdf247dd+4
|
For hashing a ccdImage: the pair of (visit, ccd) IDs should be unique to each ccdImage. More...
#include <CcdImage.h>
Public Member Functions | |
bool | operator!= (CcdImageKey const &right) const |
bool | operator== (CcdImageKey const &right) const |
Public Attributes | |
VisitIdType | visit |
CcdIdType | ccd |
For hashing a ccdImage: the pair of (visit, ccd) IDs should be unique to each ccdImage.
Definition at line 28 of file CcdImage.h.
|
inline |
Definition at line 31 of file CcdImage.h.
|
inline |
Definition at line 32 of file CcdImage.h.
CcdIdType lsst::jointcal::CcdImageKey::ccd |
Definition at line 30 of file CcdImage.h.
VisitIdType lsst::jointcal::CcdImageKey::visit |
Definition at line 29 of file CcdImage.h.