![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Generic wrapper class used to store a user-defined function for the processing of Biomol.MMCIFData instances. More...
Inheritance diagram for CDPL.Biomol.MMCIFDataProcessingFunction:Public Member Functions | |
| None | __init__ () |
Initializes the MMCIFDataProcessingFunction instance. | |
| None | __init__ (MMCIFDataProcessingFunction func) |
Initializes a copy of the MMCIFDataProcessingFunction instance func. More... | |
| None | __init__ (object callable) |
Initializes the MMCIFDataProcessingFunction instance. More... | |
| None | __call__ (MMCIFData arg1, Chem.MolecularGraph arg2) |
| bool | __bool__ () |
| bool | __nonzero__ () |
Generic wrapper class used to store a user-defined function for the processing of Biomol.MMCIFData instances.
| None CDPL.Biomol.MMCIFDataProcessingFunction.__init__ | ( | MMCIFDataProcessingFunction | func | ) |
Initializes a copy of the MMCIFDataProcessingFunction instance func.
| func | The MMCIFDataProcessingFunction instance to copy. |
| None CDPL.Biomol.MMCIFDataProcessingFunction.__init__ | ( | object | callable | ) |
Initializes the MMCIFDataProcessingFunction instance.
| callable |