Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | __init__ () |
Initializes the BoolAtom4Functor instance. | |
None | __init__ (ForceField.InteractionFilterFunction4 func) |
Initializes the BoolAtom4Functor instance. More... | |
None | __init__ (object callable) |
Initializes the BoolAtom4Functor instance. More... | |
bool | __call__ (Atom arg1, Atom arg2, Atom arg3, Atom arg4) |
bool | __bool__ () |
bool | __nonzero__ () |
None CDPL.Chem.BoolAtom4Functor.__init__ | ( | ForceField.InteractionFilterFunction4 | func | ) |
Initializes the BoolAtom4Functor instance.
func |
None CDPL.Chem.BoolAtom4Functor.__init__ | ( | object | callable | ) |
Initializes the BoolAtom4Functor instance.
callable |
arg1 | |
arg2 | |
arg3 | |
arg4 |
bool CDPL.Chem.BoolAtom4Functor.__bool__ | ( | ) |
bool CDPL.Chem.BoolAtom4Functor.__nonzero__ | ( | ) |