| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
MolFileIOReader
core/chemical/sdf/MolFileIOReader.hh:39
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 32
|
|||
|
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (MolFileIOReader)) -> None :
core/chemical/sdf/MolFileIOReader.hh:39
C++ signature :
void __init__(_object*,core::chemical::sdf::MolFileIOReader)
|
helper for pickle
|
parse_file( (MolFileIOReader)arg1, (str)filename [, (str)type='']) -> object :
parse file, with the possibility of type autodetection.
C++ signature :
utility::vector1<boost::shared_ptr<core::chemical::sdf::MolFileIOMolecule>, std::allocator<boost::shared_ptr<core::chemical::sdf::MolFileIOMolecule> > > parse_file(core::chemical::sdf::MolFileIOReader {lvalue},std::string [,std::string=''])
parse_file( (MolFileIOReader)arg1, (std_istream)file, (str)type) -> object :
parse file from stream, type must be specified.
C++ signature :
utility::vector1<boost::shared_ptr<core::chemical::sdf::MolFileIOMolecule>, std::allocator<boost::shared_ptr<core::chemical::sdf::MolFileIOMolecule> > > parse_file(core::chemical::sdf::MolFileIOReader {lvalue},std::istream {lvalue},std::string)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:09 2015 | http://epydoc.sourceforge.net |