OEProteinConstraint
class OEProteinConstraint
This class holds information about a single receptor protein constraint.
GetAtom
OEChem::OEAtomBase* GetAtom() const
Hold the protein atom of the receptor the constraint is associated with.
GetEnabled
bool GetEnabled() const
Returns true if the constraint is enabled and false otherwise.
GetName
std::string GetName() const
Returns the name of the constraint.
SetAtom
void SetAtom(OEChem::OEAtomBase* atom)
Sets the atom of the receptor the constraint will be associated with.
SetName
void SetEnabled(bool enabled)
Sets the name of the constraint.
SetEnabled
void SetName(std::string name)
Sets the enabled flag of the constraint.