Function lsst::afw::formatters::getItemName(std::shared_ptr<PropertySet const> const&)¶
Function Documentation¶
- 
std::string const 
lsst::afw::formatters::getItemName(std::shared_ptr<lsst::daf::base::PropertySet const> const &properties)¶ Extracts and returns the string-valued
"itemName"property from the given data property object.- Exceptions
 lsst::pex::exceptions::InvalidParameterError: If the given pointer is null, or thePropertySetpointed to does not contain a unique property named"itemName".