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