OEGraphMol
class OEGraphMol
This class represents OEGraphMol that is a single-conformer concrete implementation of the OEMolBase base class. It is recommended to use in cheminformatics applications.
See also
Molecules chapter
The following methods are publicly inherited from OEMolBase:
The following methods are publicly inherited from OEBase:
Constructors
OEGraphMol(t: int = OEGraphMolType.OEDefault) -> OEGraphMol
OEGraphMol(mol: OEGraphMol, t: int) -> OEGraphMol
OEGraphMol(mol: OEGraphMol) -> OEGraphMol
OEGraphMol(mol: OEQMol, t: int = OEGraphMolType.OEDefault) -> OEGraphMol
OEGraphMol(mol: OEMol, t: int = OEGraphMolType.OEDefault) -> OEGraphMol
OEGraphMol(mol: Union[OEMol,OEQMol]) -> OEGraphMol
Default and copy constructors.
SCMol
SCMol() -> OEGraphMol