OEMolSDPropertyFxn

class OEMolSDPropertyFxn : public OEMolPropertyFxn

This class can be used to access molecule properties defined as SD data in a molecule.

The following methods are publicly inherited from OEMolPropertyFxn:

CreateCopy

Get

Has

Constructors

OEMolSDPropertyFxn(const std::string &tag)
OEMolSDPropertyFxn(const OEMolSDPropertyFxn &)

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

operator=

OEMolSDPropertyFxn &operator=(const OEMolSDPropertyFxn &)

The assignment operator.