Chemical Data Processing Library Python API - Version 1.1.1
|
A handler for the input of bzip2-compressed molecule data in the Macromolecular Transmission Format (MMTF) [MMTF] format. More...
Public Member Functions | |
None | __init__ () |
Initializes the MMTFBZ2MoleculeInputHandler instance. | |
Public Member Functions inherited from CDPL.Chem.MoleculeInputHandler | |
int | getObjectID () |
Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
Base.DataFormat | getDataFormat () |
Returns a Base.DataFormat object that provides information about the handled input data format. More... | |
MoleculeReaderBase | createReader (Base.IStream is) |
Creates a MoleculeReaderBase instance that will read the data from the input stream is. More... | |
MoleculeReaderBase | createReader (str file_name, OpenMode mode=Base.IOStream.OpenMode(12)) |
Creates a MoleculeReaderBase instance that will read the data from the file specified by file_name. More... | |
Additional Inherited Members | |
Properties inherited from CDPL.Chem.MoleculeInputHandler | |
objectID = property(getObjectID) | |
A handler for the input of bzip2-compressed molecule data in the Macromolecular Transmission Format (MMTF) [MMTF] format.