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