Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | __init__ () |
Initializes the BoolFeature2Matrix4DFunctor instance. | |
None | __init__ (BoolFeature2Matrix4DFunctor func) |
Initializes a copy of the BoolFeature2Matrix4DFunctor instance func. More... | |
None | __init__ (object callable) |
Initializes the BoolFeature2Matrix4DFunctor instance. More... | |
bool | __call__ (Feature arg1, Feature arg2, Math.Matrix4D arg3) |
bool | __bool__ () |
bool | __nonzero__ () |
None CDPL.Pharm.BoolFeature2Matrix4DFunctor.__init__ | ( | BoolFeature2Matrix4DFunctor | func | ) |
Initializes a copy of the BoolFeature2Matrix4DFunctor instance func.
func | The BoolFeature2Matrix4DFunctor instance to copy. |
None CDPL.Pharm.BoolFeature2Matrix4DFunctor.__init__ | ( | object | callable | ) |
Initializes the BoolFeature2Matrix4DFunctor instance.
callable |
bool CDPL.Pharm.BoolFeature2Matrix4DFunctor.__call__ | ( | Feature | arg1, |
Feature | arg2, | ||
Math.Matrix4D | arg3 | ||
) |
arg1 | |
arg2 | |
arg3 |
bool CDPL.Pharm.BoolFeature2Matrix4DFunctor.__bool__ | ( | ) |
bool CDPL.Pharm.BoolFeature2Matrix4DFunctor.__nonzero__ | ( | ) |