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