OEProteinInteractionHintComponent

class OEProteinInteractionHintComponent : public OEInteractionHintComponentTypeBase

Built-in component type that classifies molecules as being ‘protein’ when stored in a OEInteractionHintContainer object.

The following methods are publicly inherited from OEInteractionHintComponentTypeBase:

operator=

operator==

GetName

operator!=

CreateCopy

IsValid

Constructors

OEProteinInteractionHintComponent() -> OEProteinInteractionHintComponent

Default constructor.

OEProteinInteractionHintComponent(arg2: OEProteinInteractionHintComponent) -> OEProteinInteractionHintComponent

Copy constructor.

CreateCopy

CreateCopy() -> OEInteractionHintComponentTypeBase

Deep copy constructor that returns a copy of the object. The memory for the returned OEProteinInteractionHintComponent object is dynamically allocated and owned by the caller.

IsValid

IsValid(arg2: Union[OEGraphMol,OEMol,OEQMol]) -> bool

Returns whether a molecule can be inserted to a OEInteractionHintContainer object with a OEProteinInteractionHintComponent type i.e. it returns true if the molecule has 3D coordinates.