Class lsst::meas::base::SdssShapeResultKey

class SdssShapeResultKey : public lsst::afw::table::FunctorKey<SdssShapeResult>

A FunctorKey that maps SdssShapeResult to afw::table Records.

This is used internally by SdssShapeAlgorithm to transfer results from SdssShapeResult to SourceRecord, but it can also be used in the other direction by codes that need to extra an SdssShapeResult from a record.