![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Pharm.DoubleFeature2Matrix4DFunctor:Public Member Functions | |
| None | __init__ () |
| Initializes the DoubleFeature2Matrix4DFunctor instance. | |
| None | __init__ (DoubleFeature2Matrix4DFunctor func) |
| Initializes a copy of the DoubleFeature2Matrix4DFunctor instance func. More... | |
| None | __init__ (object callable) |
| Initializes the DoubleFeature2Matrix4DFunctor instance. More... | |
| float | __call__ (Feature arg1, Feature arg2, Math.Matrix4D arg3) |
| bool | __bool__ () |
| bool | __nonzero__ () |
| None CDPL.Pharm.DoubleFeature2Matrix4DFunctor.__init__ | ( | DoubleFeature2Matrix4DFunctor | func | ) |
Initializes a copy of the DoubleFeature2Matrix4DFunctor instance func.
| func | The DoubleFeature2Matrix4DFunctor instance to copy. |
| None CDPL.Pharm.DoubleFeature2Matrix4DFunctor.__init__ | ( | object | callable | ) |
Initializes the DoubleFeature2Matrix4DFunctor instance.
| callable |
| float CDPL.Pharm.DoubleFeature2Matrix4DFunctor.__call__ | ( | Feature | arg1, |
| Feature | arg2, | ||
| Math.Matrix4D | arg3 | ||
| ) |
| arg1 | |
| arg2 | |
| arg3 |
| bool CDPL.Pharm.DoubleFeature2Matrix4DFunctor.__bool__ | ( | ) |
| bool CDPL.Pharm.DoubleFeature2Matrix4DFunctor.__nonzero__ | ( | ) |