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