OENoOpLigandAligner
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.
class OENoOpLigandAligner : public OELigandAlignerBase
The OENoOpLigandAligner class is the default no-op
ligand aligner.
This means that the 2D coordinates of the ligand are only determined by the 3D coordinates
of the bound ligand.
The following methods are publicly inherited from OELigandAlignerBase:
Constructors
OENoOpLigandAligner()
Default constructor.
operator()
bool operator()(OEChem::OEMolBase& ligand) const
No-op implementation always returns true.
CreateCopy
base_type* CreateCopy() const
Deep copy constructor that returns a copy of the object.
The memory for the returned OENoOpLigandAligner
object is dynamically allocated and owned by the caller.