OEReceptorProteinConstraint¶
class OEReceptorProteinConstraint
This class holds information about a single receptor protein constraint.
GetAtom¶
OEChem::OEAtomBase* GetAtom(const OEChem::OEMolBase& mol) const
Return the protein atom of the receptor the constraint is associated with. The input molecule refers to the corresponding target protein.
SetAtom¶
void SetAtom(OEChem::OEAtomBase* atom)
Sets the atom of the receptor the constraint will be associated with.