OEMDLSetParity¶
bool OEMDLSetParity(OEMolBase &mol, bool value) bool OEMDLSetParity(OEMCMolBase &mol, bool value)Sets the MDL ‘chiral’ flag status for a molecule to the passed value. Setting the value to
true
implies setting the chiral flag ‘on’ and indicates absolute stereochemistry for any marked stereocenters.OEMDLHasParity
will return true after setting a value via this function, andOEMDLGetParity
will return the value.OEMDLClearParity
will clear the property from the molecule.The OEMCMolBase overload of this function sets the ‘chiral’ flag status of the active conformer in the multi-conformer molecule.
See also
OEMDLPerceiveParity
functionOEMDLHasParity
andOEMDLGetParity
functionsOEMDLClearParity
function