Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | __init__ () |
Initializes the DoubleAlignmentResultFunctor instance. | |
None | __init__ (DoubleAlignmentResultFunctor func) |
Initializes a copy of the DoubleAlignmentResultFunctor instance func. More... | |
None | __init__ (object callable) |
Initializes the DoubleAlignmentResultFunctor instance. More... | |
float | __call__ (AlignmentResult arg1) |
bool | __bool__ () |
bool | __nonzero__ () |
None CDPL.Shape.DoubleAlignmentResultFunctor.__init__ | ( | DoubleAlignmentResultFunctor | func | ) |
Initializes a copy of the DoubleAlignmentResultFunctor instance func.
func | The DoubleAlignmentResultFunctor instance to copy. |
None CDPL.Shape.DoubleAlignmentResultFunctor.__init__ | ( | object | callable | ) |
Initializes the DoubleAlignmentResultFunctor instance.
callable |
float CDPL.Shape.DoubleAlignmentResultFunctor.__call__ | ( | AlignmentResult | arg1 | ) |
arg1 |
bool CDPL.Shape.DoubleAlignmentResultFunctor.__bool__ | ( | ) |
bool CDPL.Shape.DoubleAlignmentResultFunctor.__nonzero__ | ( | ) |