Chemical Data Processing Library Python API - Version 1.1.1
Public Member Functions | List of all members
CDPL.Chem.Vector2DAtomFunctor Class Reference
+ Inheritance diagram for CDPL.Chem.Vector2DAtomFunctor:

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__ ()
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

None CDPL.Chem.Vector2DAtomFunctor.__init__ ( Vector2DAtomFunctor  func)

Initializes a copy of the Vector2DAtomFunctor instance func.

Parameters
funcThe Vector2DAtomFunctor instance to copy.

◆ __init__() [2/2]

None CDPL.Chem.Vector2DAtomFunctor.__init__ ( object  callable)

Initializes the Vector2DAtomFunctor instance.

Parameters
callable

Member Function Documentation

◆ __call__()

Math.Vector2D CDPL.Chem.Vector2DAtomFunctor.__call__ ( Atom  arg1)
Parameters
arg1
Returns

◆ __bool__()

bool CDPL.Chem.Vector2DAtomFunctor.__bool__ ( )
Returns

◆ __nonzero__()

bool CDPL.Chem.Vector2DAtomFunctor.__nonzero__ ( )
Returns