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

Public Member Functions

None __init__ ()
 Initializes the DoubleAtom2UIntFunctor instance.
 
None __init__ (DoubleAtom2UIntFunctor func)
 Initializes a copy of the DoubleAtom2UIntFunctor instance func. More...
 
None __init__ (object callable)
 Initializes the DoubleAtom2UIntFunctor instance. More...
 
float __call__ (Atom arg1, Atom arg2, int arg3)
 
bool __bool__ ()
 
bool __nonzero__ ()
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

Initializes a copy of the DoubleAtom2UIntFunctor instance func.

Parameters
funcThe DoubleAtom2UIntFunctor instance to copy.

◆ __init__() [2/2]

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

Initializes the DoubleAtom2UIntFunctor instance.

Parameters
callable

Member Function Documentation

◆ __call__()

float CDPL.Chem.DoubleAtom2UIntFunctor.__call__ ( Atom  arg1,
Atom  arg2,
int  arg3 
)
Parameters
arg1
arg2
arg3
Returns

◆ __bool__()

bool CDPL.Chem.DoubleAtom2UIntFunctor.__bool__ ( )
Returns

◆ __nonzero__()

bool CDPL.Chem.DoubleAtom2UIntFunctor.__nonzero__ ( )
Returns