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