Template Struct Match¶
Defined in File fwd.h
Struct Documentation¶
-
template<typename
Record1
, typenameRecord2
>
structMatch
Lightweight representation of a geometric match between two records.
This is a template so it can hold derived record classes without a lot of casting and properly use lsst::geom::Angle for the distance when we do spherical coordinate matches.