OEClearMolComplexSDData¶
void OEClearMolComplexSDData(OEChem::OEMolBase& mol,
const std::string& prefix
= std::string(OEMolComplexData::SDTagPrefix))
Deletes any SD tags that have the specified prefix.
Normally deletes all the tags generated by
OEGetMolComplexComponents
,
but a subset can be deleted by providing a more specific prefix.
See also
OEGetMolComplexComponents
functionOEMolComplexData::SDTagPrefix
constant