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

Public Member Functions

None __init__ ()
 Initializes the DoubleSearchHitFunctor instance.
 
None __init__ (DoubleSearchHitFunctor func)
 Initializes a copy of the DoubleSearchHitFunctor instance func. More...
 
None __init__ (object callable)
 Initializes the DoubleSearchHitFunctor instance. More...
 
float __call__ (SearchHit arg1)
 
bool __bool__ ()
 
bool __nonzero__ ()
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

None CDPL.Pharm.DoubleSearchHitFunctor.__init__ ( DoubleSearchHitFunctor  func)

Initializes a copy of the DoubleSearchHitFunctor instance func.

Parameters
funcThe DoubleSearchHitFunctor instance to copy.

◆ __init__() [2/2]

None CDPL.Pharm.DoubleSearchHitFunctor.__init__ ( object  callable)

Initializes the DoubleSearchHitFunctor instance.

Parameters
callable

Member Function Documentation

◆ __call__()

float CDPL.Pharm.DoubleSearchHitFunctor.__call__ ( SearchHit  arg1)
Parameters
arg1
Returns

◆ __bool__()

bool CDPL.Pharm.DoubleSearchHitFunctor.__bool__ ( )
Returns

◆ __nonzero__()

bool CDPL.Pharm.DoubleSearchHitFunctor.__nonzero__ ( )
Returns