Function lsst::afw::formatters::extractOptionalFlag(std::shared_ptr<PropertySet const> const&, std::string const&)¶
Function Documentation¶
-
bool
lsst::afw::formatters::extractOptionalFlag(std::shared_ptr<lsst::daf::base::PropertySet const> const &properties, std::string const &name)¶ Returns
trueif and only ifpropertiesis non-null and contains a unique property with the given name that has typebooland a value oftrue.