OEReadMolecule

OEReadMolecule(ifs: oemolistream, mol: OEMol) -> bool
OEReadMolecule(ifs: oemolistream, mol: OEQMol) -> bool
OEReadMolecule(ifs: oemolistream, mol: OEGraphMol) -> bool
OEReadMolecule(ifs: oemolithread, mol: OEGraphMol) -> bool
OEReadMolecule(ifs: oemolithread, mol: OEQMol) -> bool
OEReadMolecule(ifs: oemolithread, mol: OEMol) -> bool

Reads the contents of the input molstream into the specified molecule using the file format currently associated with the oemolistream. The assumed file format may be specified using the oemolistream.SetFormat method.

See also