OEReadMolecule

bool OEReadMolecule(oemolistream& ifs, OEMol& mol)
bool OEReadMolecule(oemolistream& ifs, OEQMol& mol)
bool OEReadMolecule(oemolistream& ifs, OEMolBase& mol)
bool OEReadMolecule(oemolithread& ifs, OEMolBase& mol)
bool OEReadMolecule(oemolistream& ifs, OEGraphMol& mol)
bool OEReadMolecule(oemolithread& ifs, OEQMolBase& mol)
bool OEReadMolecule(oemolistream& ifs, OEQMolBase& mol)
bool OEReadMolecule(oemolistream& ifs, OEMCMolBase& mol)
bool OEReadMolecule(oemolithread& ifs, OEMCMolBase& mol)

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