![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
A handler for the input of reaction data in the MDL RD-File [CTFILE] format. More...
Inheritance diagram for CDPL.Chem.RDFReactionInputHandler:Public Member Functions | |
| None | __init__ () |
| Initializes the RDFReactionInputHandler instance. | |
Public Member Functions inherited from CDPL.Chem.ReactionInputHandler | |
| 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... | |
| ReactionReaderBase | createReader (Base.IStream is) |
| Creates a ReactionReaderBase instance that will read the data from the input stream is. More... | |
| ReactionReaderBase | createReader (str file_name, OpenMode mode=Base.IOStream.OpenMode(12)) |
| Creates a ReactionReaderBase instance that will read the data from the file specified by file_name. More... | |
Additional Inherited Members | |
Properties inherited from CDPL.Chem.ReactionInputHandler | |
| objectID = property(getObjectID) | |
A handler for the input of reaction data in the MDL RD-File [CTFILE] format.