OEMolTaggedPropertyFxn

class OEMolTaggedPropertyFxn : public OEMolPropertyFxn

This class can be used to access molecule properties defined as either SD data or generic data in a molecule. Methods of this class checks for SD data field first, and only looks for the generic data if a corresponding SD data field is not found.

The following methods are publicly inherited from OEMolPropertyFxn:

CreateCopy

Get

Has

Constructors

OEMolTaggedPropertyFxn(tag: str) -> OEMolTaggedPropertyFxn
OEMolTaggedPropertyFxn(arg2: OEMolTaggedPropertyFxn) -> OEMolTaggedPropertyFxn

Default and copy constructors. The tag parameter referes to the data tag corresponding to the property of interest.